IDuplexSession Methods
Collapse the table of content
Expand the table of content

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.

  NameDescription
Public method BeginCloseOutputSession(AsyncCallback, Object) Begins an asynchronous operation to terminate the outbound session.
Public method BeginCloseOutputSession(TimeSpan, AsyncCallback, Object) Begins an asynchronous operation to terminate the outbound session with a specified timeout within which the operation must complete.
Public method CloseOutputSession Terminates the outbound session that indicates that no more messages will be sent from this endpoint on the channel associated with the session.
Public method 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.
Public method 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.
Top

Show:
© 2017 Microsoft