Click or drag to resize

CFXEnvelopeUniqueID Property

A globally unique ID used to identify this particualar message instance. This ID is used to ensure messages are not processed more than once. It is also used in cases where the receiver needs to identify the specific message that is being replied to.

Namespace: CFX
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public Guid UniqueID { get; set; }

Property Value

Guid
See Also