| CorrelationID Constructor |
| Name | Description | |
|---|---|---|
| CorrelationID |
Constructs a correlation id object and initializes it with the incremented
long value.
| |
| CorrelationID(Int64) |
Constructs a CorrelationID object and initializes it with the specified
long correlation data.
| |
| CorrelationID(Object) |
Constructs a correlation id object and initializes it with the specified
Object value correlation data.
| |
| CorrelationID(CorrelationID) |
Copy constructor.
|