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 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.