Aracılığıyla paylaş


DsmlSoapHttpConnection.EndSendRequest(IAsyncResult) Yöntem

Tanım

Zaman uyumsuz bir gönderme isteğini tamamlar.

public:
 System::DirectoryServices::Protocols::DsmlResponseDocument ^ EndSendRequest(IAsyncResult ^ asyncResult);
public System.DirectoryServices.Protocols.DsmlResponseDocument EndSendRequest (IAsyncResult asyncResult);
member this.EndSendRequest : IAsyncResult -> System.DirectoryServices.Protocols.DsmlResponseDocument
Public Function EndSendRequest (asyncResult As IAsyncResult) As DsmlResponseDocument

Parametreler

asyncResult
IAsyncResult

Bu istek için durum verilerini içeren öğesinden IAsyncResult türetilmiş bir nesne.

Döndürülenler

İsteğin sonuçları.

Özel durumlar

asyncResult, null değeridir.

asyncResult çağrısından BeginSendRequest(DsmlRequestDocument, AsyncCallback, Object)geçerli örnek tarafından döndürülmedi.

İstek tamamlanmadı. Kullanılabilir akış yok.

Sunucu tarafından döndürülen yanıt geçerli değil.

İptal daha önce çağrıldı veya istek işlenirken bir hata oluştu.

Şunlara uygulanır