Show / Hide Table of Contents

Class RouteCall

Inheritance
System.Object
ActionBase
RouteCall
Inherited Members
ActionBase.Equals(Object)
ActionBase.GetHashCode()
ActionBase.OperationId
ActionBase.Action
ActionBase.IsStandaloneAction
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Microsoft.Skype.Bots.Calling.ObjectModel.Contracts
Assembly: Microsoft.Skype.Bots.Calling.ObjectModel.dll
Syntax
public class RouteCall : ActionBase

Constructors

RouteCall()

Declaration
public RouteCall()

Properties

MaskCallee

Declaration
public bool ? MaskCallee { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

MaskCaller

Declaration
public bool ? MaskCaller { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

RingTimeoutInSeconds

Declaration
public uint ? RingTimeoutInSeconds { get; set; }
Property Value
Type Description
System.Nullable<System.UInt32>

RouteCallType

Declaration
public RouteCallType RouteCallType { get; set; }
Property Value
Type Description
RouteCallType

Targets

Declaration
public IEnumerable<Participant> Targets { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<Participant>

Methods

CreateForwardRouteCall(Participant)

Declaration
public static RouteCall CreateForwardRouteCall(Participant target)
Parameters
Type Name Description
Participant target
Returns
Type Description
RouteCall

Validate()

Declaration
public override void Validate()
Overrides
ActionBase.Validate()
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX