ExchangeServiceBinding.EndFindFolder(IAsyncResult) メソッド

定義

メソッドは EndFindFolder(IAsyncResult) 、非同期 FindFolder(FindFolderType) 呼び出しを終了するために使用されます。

public:
 ExchangeWebServices::FindFolderResponseType ^ EndFindFolder(IAsyncResult ^ asyncResult);
public ExchangeWebServices.FindFolderResponseType EndFindFolder (IAsyncResult asyncResult);
Public Function EndFindFolder (asyncResult As IAsyncResult) As FindFolderResponseType

パラメーター

asyncResult
IAsyncResult

戻り値

メソッドは EndFindFolder(IAsyncResult) オブジェクトを FindFolderResponseType 返します。

適用対象