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