ParseRequest.IsSynchronous Property

Definition

Gets or sets whether or not the request is synchronous.

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

Property Value

true if the request is synchronous; false if it is asynchronous.

Applies to