Class STGeWatchClient
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SprutTechnology.GeWatchDNClient
Assembly: GEWatchDNClient.dll
Syntax
public class STGeWatchClient : STGeWatch, IDisposable, ISTGeWatchClient, ISTGeWatch
Methods
Free()
Declaration
public static void Free()
Initialize()
Declaration
public static void Initialize()
IsRunning()
Declaration
public bool IsRunning()
Returns
Type | Description |
---|---|
System.Boolean |
Run()
Declaration
public bool Run()
Returns
Type | Description |
---|---|
System.Boolean |
Run(String)
Declaration
public bool Run(string GeWatchPath)
Parameters
Type | Name | Description |
---|---|---|
System.String | GeWatchPath |
Returns
Type | Description |
---|---|
System.Boolean |
Watch(ISTGeWatchable)
Declaration
public void Watch(ISTGeWatchable obj)
Parameters
Type | Name | Description |
---|---|---|
ISTGeWatchable | obj |
Watch(ISTGeWatchable, String)
Declaration
public void Watch(ISTGeWatchable obj, string name)
Parameters
Type | Name | Description |
---|---|---|
ISTGeWatchable | obj | |
System.String | name |
Implements
System.IDisposable