ComprarBuy
1-855-856-7678
Soporte técnicoSupport
Obtiene o establece el identificador de la sesión.
Espacio de nombres: Microsoft.ServiceBus.Messaging
| Excepción | Condición |
|---|---|
| ObjectDisposedException | Se produce si el mensaje está en estado desechado. |
A SessionId is a logical and lightweight way to correlate messages to each other. For example, the sender can set SessionId = "NewSessionId" of several messages as an indicator that these messages are related to each other. This SessionId does not represent any significance to the Service Bus and not checked by the service. It is for the receivers to consume if needed.