Show / Hide Table of Contents

Interface Message

Represents a message.

Namespace: IRM.Messaging
Assembly: IRM.dll
Syntax
public interface Message

Properties

CorrelationId

Gets a correlation id that can be used to correlate different actions that is going on in a system.

Declaration
Guid CorrelationId { get; }
Property Value
System.Guid

TraceId

Gets the trace id that can be used to trace different actions that is going on in a system.

Declaration
string TraceId { get; }
Property Value
String

Extension Methods

ObjectExtensions.DeepClone<T>(T)
MessageExtensions.IsOnlyForInternalOwner<T>(T)
AnnotationsExtensions.IsValid(Object)
Back to top Generated by DocFX