Table of Contents

Property CorrelationId

Namespace
Millrace.Storage
Assembly
Millrace.dll

CorrelationId

Which particular thing the signal is about — the order, the document, the user.

public required string CorrelationId { get; init; }

Property Value

string

Remarks

This is what keeps a signal from waking every instance waiting on the same name. Chosen by the application, and it has to match on both sides exactly.