UAOOI.ProcessObserver.RealTime.Processes Namespace
UAOOI.ProcessObserver.RealTime.Utils.Collections.Generic Namespace
UAOOI.ProcessObserver.RealTime

IEnvelope..::..InPool Property

Checks if the IEnvelope is in the pool or otherwise is alone and used by a user. Used to the state by the governing pool.

Namespace:  UAOOI.ProcessObserver.RealTime.Processes
Assembly:  RealTime (in RealTime.dll)

Syntax


bool InPool { get; set; }
Property InPool As Boolean
	Get
	Set
property bool^ InPool {
	bool^ get ();
	void set (bool^ value);
}