Share via


WSTrustChannelSecurityTokenProvider.ICommunicationObject.BeginClose 方法

定義

多載

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

ICommunicationObject.BeginClose(AsyncCallback, Object)

來源:
WSTrustChannelSecurityTokenProvider.cs
來源:
WSTrustChannelSecurityTokenProvider.cs
來源:
WSTrustChannelSecurityTokenProvider.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

傳回

實作

適用於

ICommunicationObject.BeginClose(TimeSpan, AsyncCallback, Object)

來源:
WSTrustChannelSecurityTokenProvider.cs
來源:
WSTrustChannelSecurityTokenProvider.cs
來源:
WSTrustChannelSecurityTokenProvider.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

傳回

實作

適用於