DelayAck Property

Gets or sets whether the acknowledgement should be delayed.

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
true if the acknowledgement should be delayed; otherwise false.

Exceptions

Exception Condition
InvalidOperationException

Thrown when set to true and the original offer is nullNothingnullptrunita null reference (Nothing in Visual Basic).

Remarks

If delayed, the application is responsible for sending the acknowledgement later.

See Also

Reference

InvitationAcceptedEventArgs Class

InvitationAcceptedEventArgs Members

Microsoft.Rtc.Signaling Namespace