MessageTracingExtensions.GetCreationContext Method
Retrieves a read only view for
ITraceContext object used for carrying over of the
distributed tracing message creation context information across service boundaries. It allows
correlating the producer with the consumers of a message, regardless of intermediary
instrumentation. It must not be altered by intermediaries.
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? GetCreationContext(
IMessage message
)
- message IMessage
- SolaceSystems.Solclient.Messaging.IMessage instance.
ITraceContextReturns creation context associated with the message