DsmlSoapHttpConnection.EndSendRequest(IAsyncResult) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Zaman uyumsuz 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 bir nesnesinden IAsyncResult türetilmiştir.
Döndürülenler
İsteğin sonuçları.
Özel durumlar
asyncResult, null'e eşittir.
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.