Aracılığıyla paylaş


LdapConnection.EndSendRequest(IAsyncResult) Yöntem

Tanım

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

Şunlara uygulanır