IMetadataExchange.BeginGet(Message, AsyncCallback, Object) メソッド

定義

メタデータの非同期取得を開始します。

public:
 IAsyncResult ^ BeginGet(System::ServiceModel::Channels::Message ^ request, AsyncCallback ^ callback, System::Object ^ state);
[System.ServiceModel.OperationContract(Action="http://schemas.xmlsoap.org/ws/2004/09/transfer/Get", AsyncPattern=true, ReplyAction="http://schemas.xmlsoap.org/ws/2004/09/transfer/GetResponse")]
public IAsyncResult BeginGet(System.ServiceModel.Channels.Message request, AsyncCallback callback, object state);
[<System.ServiceModel.OperationContract(Action="http://schemas.xmlsoap.org/ws/2004/09/transfer/Get", AsyncPattern=true, ReplyAction="http://schemas.xmlsoap.org/ws/2004/09/transfer/GetResponse")>]
abstract member BeginGet : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
Public Function BeginGet (request As Message, callback As AsyncCallback, state As Object) As IAsyncResult

パラメーター

request
Message

返されるメタデータを決定するために処理する必要がある Message

callback
AsyncCallback

メタデータを処理するメソッドを指す AsyncCallback

state
Object

呼び出し元が返される非同期呼び出しを判断できるデータ。

返品

IAsyncResult メソッドに渡すことができるEndGet(IAsyncResult)

属性

適用対象