AudioVideoCallTransferReceivedEventArgs Class
Represents the event argument for handling transfer received event.
Inheritance Hierarchy
System..::..Object
System..::..EventArgs
Microsoft.Rtc.Collaboration..::..CallTransferReceivedEventArgs
Microsoft.Rtc.Collaboration.AudioVideo..::..AudioVideoCallTransferReceivedEventArgs
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Class AudioVideoCallTransferReceivedEventArgs _
Inherits CallTransferReceivedEventArgs
'Usage
Dim instance As AudioVideoCallTransferReceivedEventArgs
public class AudioVideoCallTransferReceivedEventArgs : CallTransferReceivedEventArgs
Remarks
This event is raised only when the transfer operation is for creating an outgoing Call.
The event is raised only when the Method parameter in the "Refer" message received indicates "Invite" or if the Method parameter is missing.
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.