Share via


ServiceChannelProxy.ICommunicationObject.BeginClose メソッド

定義

オーバーロード

ICommunicationObject.BeginClose(TimeSpan, AsyncCallback, Object)
ICommunicationObject.BeginClose(AsyncCallback, Object)

ICommunicationObject.BeginClose(TimeSpan, AsyncCallback, Object)

ソース:
ServiceChannelProxy.cs
ソース:
ServiceChannelProxy.cs
ソース:
ServiceChannelProxy.cs
 virtual IAsyncResult ^ System.ServiceModel.ICommunicationObject.BeginClose(TimeSpan timeout, AsyncCallback ^ callback, System::Object ^ state) = System::ServiceModel::ICommunicationObject::BeginClose;
IAsyncResult ICommunicationObject.BeginClose (TimeSpan timeout, AsyncCallback callback, object state);
abstract member System.ServiceModel.ICommunicationObject.BeginClose : TimeSpan * AsyncCallback * obj -> IAsyncResult
override this.System.ServiceModel.ICommunicationObject.BeginClose : TimeSpan * AsyncCallback * obj -> IAsyncResult
Function BeginClose (timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult Implements ICommunicationObject.BeginClose

パラメーター

timeout
TimeSpan
callback
AsyncCallback
state
Object

戻り値

実装

適用対象

ICommunicationObject.BeginClose(AsyncCallback, Object)

ソース:
ServiceChannelProxy.cs
ソース:
ServiceChannelProxy.cs
ソース:
ServiceChannelProxy.cs
 virtual IAsyncResult ^ System.ServiceModel.ICommunicationObject.BeginClose(AsyncCallback ^ callback, System::Object ^ state) = System::ServiceModel::ICommunicationObject::BeginClose;
IAsyncResult ICommunicationObject.BeginClose (AsyncCallback callback, object state);
abstract member System.ServiceModel.ICommunicationObject.BeginClose : AsyncCallback * obj -> IAsyncResult
override this.System.ServiceModel.ICommunicationObject.BeginClose : AsyncCallback * obj -> IAsyncResult
Function BeginClose (callback As AsyncCallback, state As Object) As IAsyncResult Implements ICommunicationObject.BeginClose

パラメーター

callback
AsyncCallback
state
Object

戻り値

実装

適用対象