Overlapped.AsyncResult 屬性

定義

取得或設定提供 I/O 作業狀態資訊的物件。

public:
 property IAsyncResult ^ AsyncResult { IAsyncResult ^ get(); void set(IAsyncResult ^ value); };
public IAsyncResult? AsyncResult { get; set; }
public IAsyncResult AsyncResult { get; set; }
member this.AsyncResult : IAsyncResult with get, set
Public Property AsyncResult As IAsyncResult

屬性值

IAsyncResult

實作 IAsyncResult 介面的物件。

適用於