CallTransferOptions Class
Optional parameters for transfering the call.
Inheritance Hierarchy
System.Object
Microsoft.Rtc.Collaboration.CallTransferOptions
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Class CallTransferOptions
'Usage
Dim instance As CallTransferOptions
public class CallTransferOptions
Remarks
Used to specify the various transfer options available while initiating a transfer request on a call.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.Rtc.Collaboration Namespace
BeginTransfer(String, CallTransferOptions, AsyncCallback, Object)
BeginTransfer(Call, CallTransferOptions, AsyncCallback, Object)