Method | Description | |
---|---|---|
HasSearched ( System.Guid nodeProxyId ) : bool | ||
IsActive ( System.Guid nodeProxyId ) : bool |
Check to see if it's already active reducing the number of calls
|
|
MakeMeActive ( System.Guid nodeProxyId ) : void | ||
MakeMeInActive ( System.Guid nodeProxyId ) : void | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
Conductor ( ) : System |
public HasSearched ( System.Guid nodeProxyId ) : bool | ||
nodeProxyId | System.Guid | |
return | bool |
public IsActive ( System.Guid nodeProxyId ) : bool | ||
nodeProxyId | System.Guid | |
return | bool |
public MakeMeActive ( System.Guid nodeProxyId ) : void | ||
nodeProxyId | System.Guid | |
return | void |
public MakeMeInActive ( System.Guid nodeProxyId ) : void | ||
nodeProxyId | System.Guid | |
return | void |