共用方式為


InvokeMethod<TResult>.RunAsynchronously 屬性

定義

取得或設定值,此值指出是否要以非同步方式叫用活動的方法。

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

屬性值

Boolean

如果方法會以非同步方式執行,則為 true,否則為 false

適用於