Show / Hide Table of Contents

Class PlaceCallParameters

Parameters required for placing a new call.

Inheritance
System.Object
PlaceCallParameters
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Microsoft.Bot.Builder.Enterprise.Core
Assembly: Microsoft.Bot.Builder.Enterprise.dll
Syntax
public class PlaceCallParameters

Constructors

View Source

PlaceCallParameters(Participant, Participant)

Initializes a new instance of the PlaceCallParameters class.

Declaration
public PlaceCallParameters(Participant target, Participant source)
Parameters
Type Name Description
Participant target

The target for the call.

Participant source

The source for the call.

Properties

View Source

Source

Gets the source of call.

Declaration
public Participant Source { get; }
Property Value
Type Description
Participant
View Source

Target

Gets the target for the call.

Declaration
public Participant Target { get; }
Property Value
Type Description
Participant
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX