CallTransferReceivedEventArgs.ImplicitNotificationDisabled Property
Gets or sets whether to disable implicit transfer notification.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property ImplicitNotificationDisabled As Boolean
Get
Set
'Usage
Dim instance As CallTransferReceivedEventArgs
Dim value As Boolean
value = instance.ImplicitNotificationDisabled
instance.ImplicitNotificationDisabled = value
public bool ImplicitNotificationDisabled { get; set; }
Property Value
Type: System.Boolean
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the value is set after accepting the incoming transfer request. |
Remarks
When an application accepts an incoming transfer and establishes the new transfer call, transfer notifications are sent the transferor, implicitly based on responses from the transfer target. If an application wishes to disable this behavior then it needs to set this flag value before it accepts the incoming transfer request. Also, it needs to send the transfer notifications by explicitly by using ReferNotifier.
See Also
Reference
CallTransferReceivedEventArgs Class