共用方式為


WebClientAsyncResult.IsCompleted 屬性

定義

取得值,指出非同步 XML Web Service 要求是否完成。

public:
 property bool IsCompleted { bool get(); };
public bool IsCompleted { get; }
member this.IsCompleted : bool
Public ReadOnly Property IsCompleted As Boolean

屬性值

如果非同步 XML Web Service 要求完成,則為 true,否則為 false

實作

適用於