MessageTracingExtensions.GetTransportContext Method
Retrieves a read only view for
ITraceContext object used for carrying over of the
distributed tracing transport context information. It allows correlating the producer and the
consumer with an intermediary. It also allows correlating multiple intermediaries among each
other. When no transport context is present it may return a creation context when available as
an initial transport context. Null can be returned when when no such context is associated with a carrier
Namespace: SolaceSystems.Solclient.Messaging.Trace.PropagationAssembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.28.1
public static ITraceContext? GetTransportContext(
IMessage message
)
- message IMessage
- SolaceSystems.Solclient.Messaging.IMessage instance.
ITraceContextReturns transport context associated with the message