Este tema aún no ha recibido ninguna valoración - Valorar este tema

SessionId Propiedad

Obtiene o establece el identificador de la sesión.

Espacio de nombres:  Microsoft.ServiceBus.Messaging
Ensamblado:  Microsoft.ServiceBus (en Microsoft.ServiceBus.dll)
public string SessionId { get; set; }

Valor de la propiedad

Tipo: System..::..String
Identificador de la sesión.
ExcepciónCondició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.

¿Te ha resultado útil?
(Caracteres restantes: 1500)

Adiciones de comunidad

AGREGAR
© 2013 Microsoft. Reservados todos los derechos.
facebook page visit twitter rss feed newsletter