C-DEngine 5.105

TheServiceHostInfo..::..RelayEngines Property

A list of virtual plugins not running on the current node but are allowed to route telegrams through this node.

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

Syntax


public List<string> RelayEngines { get; set; }
Public Property RelayEngines As List(Of String)
	Get
	Set
public:
property List<String^>^ RelayEngines {
	List<String^>^ get ();
	void set (List<String^>^ value);
}