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

适用于