CorrelationID Properties |
The CorrelationID type exposes the following members.
Name | Description | |
---|---|---|
IsInternal |
Returns true if this correlation id object was generated internally
by the library.
| |
IsObject |
Returns true if this correlation id object was was originally initialized
with an object value.
| |
IsValue |
Returns true if this correlation id object was was originally initialized
with an long value.
| |
Object | Returns the value of this correlation id as a Object value.
| |
Value | Returns the value of this correlation id as a long value.
|