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

Visual Basic (Declaration)
Public 
Property 
DelayAck 
As 
Boolean
C#
public 
bool 
DelayAck { 
get; 
set; }
Visual C++
public:
property 
bool 
DelayAck {
	
bool 
get ();
	
void 
set (
bool 
value);
}
JavaScript
function get_
delayAck();
function set_
delayAck(
value);

Exceptions

Exception Condition
InvalidOperationException Thrown when set to true and original offer was null.

See Also