LdapConnection.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.
EndSendRequest(IAsyncResult) yöntemi zaman uyumsuz bir isteği tamamlar.
public:
System::DirectoryServices::Protocols::DirectoryResponse ^ EndSendRequest(IAsyncResult ^ asyncResult);
public System.DirectoryServices.Protocols.DirectoryResponse EndSendRequest (IAsyncResult asyncResult);
member this.EndSendRequest : IAsyncResult -> System.DirectoryServices.Protocols.DirectoryResponse
Public Function EndSendRequest (asyncResult As IAsyncResult) As DirectoryResponse
Parametreler
- asyncResult
- IAsyncResult
IAsyncResult Bu istek için durum verilerini içeren bir nesne.
Döndürülenler
DirectoryResponse İsteğin sonuçlarını içeren bir nesne.
Özel durumlar
Nesnesi zaten atılmış. Nesne tanıtıcısı geçerli değil.
asyncResult
null (Nothing
Visual Basic'te).
asyncResult
çağrısında döndürülen ile asyncResult
BeginSendRequest eşleşmiyor.
LDAP tarafından döndürülen hata kodu bir ResultCode numaralandırma hata koduyla eşlenmiyor.
Sunucu hata içeren bir DirectoryResponse nesne döndürdü.