CallTransferNotificationOptions Class
Optional parameters for sending explicit transfer notifications.
Inheritance Hierarchy
System.Object
Microsoft.Rtc.Collaboration.CallTransferNotificationOptions
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Class CallTransferNotificationOptions
'Usage
Dim instance As CallTransferNotificationOptions
public class CallTransferNotificationOptions
Remarks
This class is used when an application disables sending of implicit transfer notifications via setting [CallTransferReceivedEventArgs.ImplicitNotificationDisabled] to true. Application is then responsible for sending explicit notifications using method [CallTransferReceivedEventArgs.BeginSendTransferNotification].
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
CallTransferNotificationOptions Members
Microsoft.Rtc.Collaboration Namespace
BeginSendTransferNotification(Int32, CallTransferNotificationOptions, AsyncCallback, Object)