IMetadataExchange.EndGet(IAsyncResult) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
完成擷取中繼資料。
public:
System::ServiceModel::Channels::Message ^ EndGet(IAsyncResult ^ result);
public System.ServiceModel.Channels.Message EndGet (IAsyncResult result);
abstract member EndGet : IAsyncResult -> System.ServiceModel.Channels.Message
Public Function EndGet (result As IAsyncResult) As Message
參數
- result
- IAsyncResult
IAsyncResult,其中包含用於進一步處理中繼資料的資料。
傳回
包含處理之中繼資料的 Message。