Documentation for a minimal subset of the QSM API
Incarnation Property
Namespaces > QS.CMS.Framework2 > ClientConfiguration > Incarnation
Current incarnation number. Incarnation numbers for the same ip/port pair must be increasing, although do not need to do so at unit inrements. If not specified, the incarnation number is generated automatically from the local time (with the precision down to seconds).
Syntax
C#Visual BasicManaged C++
public uint Incarnation { get; set; }
Public Property Incarnation As UInteger
public:
property unsigned int Incarnation {
	unsigned int get ();
	void set (unsigned int value);
}

Assembly: QuickSilver_3 (Module: QuickSilver_3) Version: 1.0.2647.33823