Condividi tramite


IMetadataExchange.BeginGet(Message, AsyncCallback, Object) Metodo

Definizione

Avvia un recupero asincrono dei metadati.

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

Parametri

request
Message

Message da elaborare per determinare i metadati da restituire.

callback
AsyncCallback

Oggetto AsyncCallback che punta al metodo che elaborerà i metadati.

state
Object

Dati che consentono al chiamante di determinare quale chiamata asincrona verrà restituita.

Restituisce

Interfaccia IAsyncResult che è possibile passare al metodo EndGet(IAsyncResult).

Attributi

Si applica a