ExchangeServiceBinding.EndUnsubscribe(IAsyncResult) メソッド

定義

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

public:
 ExchangeWebServices::UnsubscribeResponseType ^ EndUnsubscribe(IAsyncResult ^ asyncResult);
public ExchangeWebServices.UnsubscribeResponseType EndUnsubscribe (IAsyncResult asyncResult);
Public Function EndUnsubscribe (asyncResult As IAsyncResult) As UnsubscribeResponseType

パラメーター

asyncResult
IAsyncResult

戻り値

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

適用対象