DsmlSoapHttpConnection.BeginSendRequest Methode

Definitie

Het opgegeven DsmlRequestDocument object wordt asynchroon naar de server verzonden.

public:
 IAsyncResult ^ BeginSendRequest(System::DirectoryServices::Protocols::DsmlRequestDocument ^ request, AsyncCallback ^ callback, System::Object ^ state);
public IAsyncResult BeginSendRequest(System.DirectoryServices.Protocols.DsmlRequestDocument request, AsyncCallback callback, object state);
member this.BeginSendRequest : System.DirectoryServices.Protocols.DsmlRequestDocument * AsyncCallback * obj -> IAsyncResult
Public Function BeginSendRequest (request As DsmlRequestDocument, callback As AsyncCallback, state As Object) As IAsyncResult

Parameters

request
DsmlRequestDocument

Het DsmlRequestDocument object dat moet worden verzonden.

callback
AsyncCallback

De AsyncCallback functie.

state
Object

De statusgegevens voor deze aanvraag.

Retouren

Een object dat is afgeleid van IAsyncResult dat verwijst naar de asynchrone verzend.

Uitzonderingen

request is null (Nothing in Visual Basic).

Van toepassing op