Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the value to indicate whether the ack should be delayed. If delayed, the application is responsible for sending the acknowledgement later.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property DelayAck As Boolean
Get
Set
'Usage
Dim instance As InvitationAcceptedEventArgs
Dim value As Boolean
value = instance.DelayAck
instance.DelayAck = value
public bool DelayAck { get; set; }
Property Value
Type: System.Boolean
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | Thrown when set to true and original offer was null. |
See Also
Reference
InvitationAcceptedEventArgs Class