C-DEngine 5.105

TheServiceHostInfo..::..RejectIncomingSETP Property

If true, incoming SETP will not be processed - only use for High throughput Nodes in meshes where the NMI is not needed

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool RejectIncomingSETP { get; set; }
Public Property RejectIncomingSETP As Boolean
	Get
	Set
public:
property bool^ RejectIncomingSETP {
	bool^ get ();
	void set (bool^ value);
}