NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ClientProtocol.BeginSend

Send the request asynchronously.

[Visual Basic]
Protected Function BeginSend( _
   ByVal callback As AsyncCallback, _
   ByVal asyncState As Object _
) As IAsyncResult
[C#]
protected IAsyncResult BeginSend(
   AsyncCallback callback,
   object asyncState
);
[C++]
protected: IAsyncResult* BeginSend(
   AsyncCallback* callback,
   Object* asyncState
);
[JScript]
protected function BeginSend(
   callback : AsyncCallback,
   asyncState : Object
) : IAsyncResult;

Parameters

callback
[To be supplied.]
asyncState
[To be supplied.]

See Also

ClientProtocol Class | ClientProtocol Members | System.Web.Services.Protocols Namespace | System.IAsyncResult