InvitationAcceptedEventArgs Class
Returns data from the [InvitationAccepted] event.
Inheritance Hierarchy
System..::..Object
System..::..EventArgs
Microsoft.Rtc.Signaling..::..SipResponseReceivedEventArgs
Microsoft.Rtc.Signaling..::..InvitationAcceptedEventArgs
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Class InvitationAcceptedEventArgs _
Inherits SipResponseReceivedEventArgs
'Usage
Dim instance As InvitationAcceptedEventArgs
public class InvitationAcceptedEventArgs : SipResponseReceivedEventArgs
Remarks
[InvitationAcceptedEventArgs] represents the class used when the [InvitationAccepted] event is raised. This gives access to the headers in the response, in addition to informing the application that the invitation has been accepted. The headers exposed in this event are the same as the one returned when the application calls the [EndEnter] methods to fetch headers. If the application registers for this event, it is responsible for sending the acknowledgement in a timely manner. If the application does not send ACK, the platform sends it when the application returns from this event. If an application chooses to send the ACK later, it should set the property [DelayAck] to true. [DelayAck] is false by default.
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.