LdapConnection.GetPartialResults(IAsyncResult) メソッド

定義

GetPartialResults(IAsyncResult) メソッドは、非同期操作の部分的な結果を取得します。

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

パラメーター

asyncResult
IAsyncResult

この要求の状態データを格納している IAsyncResult オブジェクト。

戻り値

部分的な結果を格納している PartialResultsCollection オブジェクト。

例外

オブジェクトは既に破棄されています。 オブジェクト ハンドルが有効ではありません。

asyncResult が null (Visual Basic の場合は Nothing) です。

asyncResult が、BeginSendRequest 呼び出しで返された asyncResult に一致しません。

LDAP によって返されたエラー コードは、ResultCode 列挙体のエラー コードに対応していません。

サーバーからエラーが発生して DirectoryResponse オブジェクトが返されました。

適用対象