Aracılığıyla paylaş


LdapConnection.GetPartialResults(IAsyncResult) Yöntem

Tanım

GetPartialResults(IAsyncResult) yöntemi, zaman uyumsuz bir işlemin kısmi sonuçlarını alır.

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

Parametreler

asyncResult
IAsyncResult

IAsyncResult Bu istek için durum verilerini içeren bir nesne.

Döndürülenler

PartialResultsCollection Kısmi sonuçları 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