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.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntax
public Guid UniqueID { get; set; }

Property Value

Guid
See Also