DsmlSoapHttpConnection.BeginSendRequest Methode

Definition

Sendet das angegebene DsmlRequestDocument Objekt asynchron an den Server.

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

Parameter

request
DsmlRequestDocument

Das DsmlRequestDocument zu sendende Objekt.

callback
AsyncCallback

Die AsyncCallback Funktion.

state
Object

Die Statusdaten für diese Anforderung.

Gibt zurück

Ein Objekt, das von diesem IAsyncResult Objekt abgeleitet wird, das auf das asynchrone Senden verweist.

Ausnahmen

request ist null (Nothing in Visual Basic).

Gilt für: