IDuplexSession Methods
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The IDuplexSession type exposes the following members.
| Name | Description | |
|---|---|---|
|
BeginCloseOutputSession(AsyncCallback, Object) | Begins an asynchronous operation to terminate the outbound session. |
|
BeginCloseOutputSession(TimeSpan, AsyncCallback, Object) | Begins an asynchronous operation to terminate the outbound session with a specified timeout within which the operation must complete. |
|
CloseOutputSession | Terminates the outbound session that indicates that no more messages will be sent from this endpoint on the channel associated with the session. |
|
CloseOutputSession(TimeSpan) | Terminates the outbound session that indicates that no more messages will be sent from this endpoint on the channel associated with the session within a specified interval of time. |
|
EndCloseOutputSession | Completes an asynchronous operation to terminate the outbound session that indicates that no more messages will be sent from this endpoint on the channel associated with the session. |
Show: