CommunicationObjectInternal.OnBeginClose Method

Definition

public:
 static IAsyncResult ^ OnBeginClose(System::ServiceModel::Channels::CommunicationObject ^ communicationObject, TimeSpan timeout, AsyncCallback ^ callback, System::Object ^ state);
public static IAsyncResult OnBeginClose (System.ServiceModel.Channels.CommunicationObject communicationObject, TimeSpan timeout, AsyncCallback callback, object state);
static member OnBeginClose : System.ServiceModel.Channels.CommunicationObject * TimeSpan * AsyncCallback * obj -> IAsyncResult
Public Function OnBeginClose (communicationObject As CommunicationObject, timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult

Parameters

communicationObject
CommunicationObject
timeout
TimeSpan
callback
AsyncCallback
state
Object

Returns

Applies to