IInputSession Interfaccia
Definizione
Definisce l'interfaccia per la sessione implementata sul lato di ricezione di una comunicazione unidirezionale tra endpoint di messaggistica.Defines the interface for the session implemented on the receiving side of a one-way communication between messaging endpoints.
public interface class IInputSession : System::ServiceModel::Channels::ISession
public interface IInputSession : System.ServiceModel.Channels.ISession
type IInputSession = interface
interface ISession
Public Interface IInputSession
Implements ISession
- Derivato
- Implementazioni
Commenti
Sull'altro lato dello scambio di messaggi, l'interfaccia IOutputSession rappresenta un oggetto ISession in uscita implementata sul lato di invio di una comunicazione unidirezionale tra endpoint di messaggistica.On the other side of the message interchange, the IOutputSession interface represents an outgoing ISession implemented on the sending 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) |