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: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public Guid UniqueID { get; set; }

Property Value

Guid
See Also