AsyncResult.EndInvokeCalled 属性

定义

获取或设置一个值,该值指示是否已 EndInvoke 对当前 AsyncResult调用 。

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

属性值

true 如果 EndInvoke 已对当前 AsyncResult调用,则为 ;否则为 false

适用于