LdapConnection.GetPartialResults(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.
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 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ü.