Show / Hide Table of Contents

    Interface ICorrelationId

    Provides a CorrelationId type for easy reference to what the Guid is for and mocking

    Inherited Members
    System.IEquatable<Catalyst.Abstractions.IO.Messaging.Correlation.ICorrelationId>.Equals(Catalyst.Abstractions.IO.Messaging.Correlation.ICorrelationId)
    Namespace: Catalyst.Abstractions.IO.Messaging.Correlation
    Assembly: Catalyst.Abstractions.dll
    Syntax
    public interface ICorrelationId : IEquatable<ICorrelationId>

    Properties

    | Improve this Doc View Source

    Id

    The Guid underpinning that ICorrelationId

    Declaration
    Guid Id { get; }
    Property Value
    Type Description
    System.Guid
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network