C-DEngine 5.105

TheServiceHostInfo..::..NodeBlacklist Property

NodeIDs in this list will be prevented from connecting to this node.

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

Syntax


public HashSet<Guid> NodeBlacklist { get; set; }
Public Property NodeBlacklist As HashSet(Of Guid)
	Get
	Set
public:
property HashSet<Guid^>^ NodeBlacklist {
	HashSet<Guid^>^ get ();
	void set (HashSet<Guid^>^ value);
}