InvitationAcceptedEventArgs.DelayAck Property

Definition

Gets or sets the value to indicate whether the ack should be delayed. If delayed, the application is responsible for sending the acknowledgement later.

public:
 property bool DelayAck { bool get(); void set(bool value); };
public bool DelayAck { get; set; }
member this.DelayAck : bool with get, set
Public Property DelayAck As Boolean

Property Value

Exceptions

Thrown when set to true and original offer was null.

Applies to