InvokeMethod<TResult>.RunAsynchronously Property

Definition

Gets or sets a value that indicates whether the activity's method is invoked asynchronously.

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

Property Value

true if the method executes asynchronously; otherwise, false.

Applies to