IMetadataExchange.BeginGet Method
Starts an asynchronous retrieval of metadata.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
[OperationContractAttribute(Action = "http://schemas.xmlsoap.org/ws/2004/09/transfer/Get", ReplyAction = "http://schemas.xmlsoap.org/ws/2004/09/transfer/GetResponse", AsyncPattern = true)] IAsyncResult BeginGet( Message request, AsyncCallback callback, Object state )
Parameters
- request
- Type: System.ServiceModel.Channels.Message
A Message that should be processed to determine the metadata to return.
- callback
- Type: System.AsyncCallback
An AsyncCallback that points to the method that will process the metadata.
- state
- Type: System.Object
Any data which allows the caller to determine which asynchronous call is being returned.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.