WSTrustChannel.ICommunicationObject.BeginClose Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ICommunicationObject.BeginClose(AsyncCallback, Object) | |
ICommunicationObject.BeginClose(TimeSpan, AsyncCallback, Object) |
ICommunicationObject.BeginClose(AsyncCallback, Object)
- Source:
- WSTrustChannel.cs
- Source:
- WSTrustChannel.cs
- Source:
- WSTrustChannel.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
Parameters
- callback
- AsyncCallback
- state
- Object
Returns
Implements
Applies to
ICommunicationObject.BeginClose(TimeSpan, AsyncCallback, Object)
- Source:
- WSTrustChannel.cs
- Source:
- WSTrustChannel.cs
- Source:
- WSTrustChannel.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
Parameters
- timeout
- TimeSpan
- callback
- AsyncCallback
- state
- Object
Returns
Implements
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.