InvokeMethod<TResult>.RunAsynchronously 属性

定义

获取或设置一个值,该值指示是否以异步方式调用活动的方法。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

属性值

Boolean

如果方法以异步方式执行,则为 true,否则,为 falsetrue if the method executes asynchronously; otherwise, false.

适用于