IOutputSession Interfaccia
Definizione
Definisce l'interfaccia per la sessione implementata sul lato di invio di una comunicazione unidirezionale tra endpoint di messaggistica.Defines the interface for the session implemented on the sending side of a one-way communication between messaging endpoints.
public interface class IOutputSession : System::ServiceModel::Channels::ISession
public interface IOutputSession : System.ServiceModel.Channels.ISession
type IOutputSession = interface
interface ISession
Public Interface IOutputSession
Implements ISession
- Derivato
- Implementazioni
Commenti
Sull'altro lato dello scambio di messaggi, l'interfaccia IInputSession rappresenta un oggetto ISession in ingresso implementato sul lato ricevente di una comunicazione unidirezionale tra endpoint di messaggistica.On the other side of the message interchange, the IInputSession interface represents an incoming ISession implemented on the receiving side of a one-way communication between messaging endpoints. Si noti che queste due sessioni sono distinte.Note these two sessions are distinct.
Proprietà
Id |
Ottiene l'ID che identifica in modo univoco la sessione.Gets the ID that uniquely identifies the session. (Ereditato da ISession) |