Following are functions relating to servers.
The ServerBrowseClose function terminates an active data browse session and cleans up resources associated with the session. |
|
The ServerBrowseFirst function places the data browse cursor at the first record. |
|
The ServerBrowseGetField function retrieves the value of the specified field from the record the data browse cursor is currently referencing. |
|
The ServerBrowseNext function moves the data browse cursor forward one record. |
|
The ServerBrowseNumRecords function returns the number of records that match the filter criteria. |
|
The ServerBrowseOpen function initiates a new browse session and returns a handle to the new session that can be used in subsequent data browse function calls. |
|
The ServerBrowsePrev function moves the data browse cursor back one record. |
|
Returns information about a specified server and can be called from any client. |
|
Gets client and server information. |
|
Gets client and server information from a specified process in a multiprocessor environment. |
|
The ServerIsOnline function checks if the given server can be contacted by the client for giving the online/offline status of the server. |
|
Reloads the server specified by cluster and server name. |
|
Restart any specific alarm, report, trend or
I/O server from any Cicode node in system, |
|
Calls a remote procedure on the Citect server specified by the ServerName argument. |
See Also