IDuplexSession.BeginCloseOutputSession Method (AsyncCallback, Object)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Begins an asynchronous operation to terminate the outbound session.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- callback
- Type: System.AsyncCallback
The AsyncCallback delegate.
- state
- Type: System.Object
An object that contains state information for this request.
Return Value
Type: System.IAsyncResultThe IAsyncResult that references the asynchronous outbound session termination.
Show: