Interface ISTGeWatchClient
Inherited Members
Namespace: Geometry.VecMatrLib
Assembly: Geometry.VecMatrLib.dll
Syntax
public interface ISTGeWatchClient : ISTGeWatch
Methods
IsRunning()
Declaration
bool IsRunning()
Returns
Type | Description |
---|---|
bool |
Run()
Declaration
bool Run()
Returns
Type | Description |
---|---|
bool |
Run(string)
Declaration
bool Run(string GeWatchPath)
Parameters
Type | Name | Description |
---|---|---|
string | GeWatchPath |
Returns
Type | Description |
---|---|
bool |
Watch(ISTGeWatchable, string)
Declaration
void Watch(ISTGeWatchable obj, string name)
Parameters
Type | Name | Description |
---|---|---|
ISTGeWatchable | obj | |
string | name |
Watch(ISTGeWatchable)
Declaration
void Watch(ISTGeWatchable obj)
Parameters
Type | Name | Description |
---|---|---|
ISTGeWatchable | obj |