The FwxClientWrapper type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHistoryDelete
Deletes raw or modified data of the point.
Public methodHistoryDeleteAtTime
Deletes data at requested times of the point.
Public methodHistoryDeleteAtTimeExt
Deletes data at requested times of the point.
Public methodHistoryDeleteExt
Deletes raw or modified data of the point.
Public methodHistoryInsert
Inserts data of the point.
Public methodHistoryInsertExt
Inserts data of the point.
Public methodHistoryInsertUpdate
Inserts, updates data of the point.
Public methodHistoryInsertUpdateExt
Inserts, updates data of the point.
Public methodHistoryRead
Reads raw or modified history data of the point.
Public methodHistoryReadAtTime
Reads history data at the requested times of the point.
Public methodHistoryReadAtTimeExt
Reads history data at the requested times of the point.
Public methodHistoryReadExt
Reads raw or modified history data of the point.
Public methodHistoryReadProcessed
Reads processed history data of the point.
Public methodHistoryReadProcessedExt
Reads processed history data of the point.
Public methodHistoryUpdate
Updates data of the point.
Public methodHistoryUpdateExt
Updates data of the point.
Public methodLogin
Logs in the user on the current machine.
Public methodLoginAsync
Logs in an user on the current machine.
Public methodLogout()()()()
Logs out the top-most user on the current machine.
Public methodLogout(String)
Logs out the specified user on the current machine. There can be other users logged in below the current user, and this function allows to log them out wihout affecting the top-most user.
Public methodLogout(String, String)
Logs out the specified user on the current machine. There can be other users logged in below the current user, and this function allows to log them out wihout affecting the top-most user.
Public methodLogoutAsync
Logs out the specified user on the current machine. There can be other users logged in below the current user, and this function allows to log them out wihout affecting the top-most user.
Public methodLogSimpleEvent
Logs a simple event using text message, comment and source name. Source name can't be an empty string.
Public methodLogTrackingEvent
Logs a tracking event using message, comment, source name and modified value information.
Public methodMethodCall
Calls a method on the FwxServer.
Public methodMethodCallAsync
Calls a method on the FwxServer.
Public methodStatic memberProcessExit
Call this in console applications before exiting. This will release internally acquired resources immediately and allow the process to continue with shutdown. Other application types (WindForm, WPF) do not require this call.
Public methodRead
Reads a value from the point and returns it directly.
Public methodReadAsync
Reads a value from the point and returns it through the callback.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWrite
Writes a value to the point and waits for the status code of the write operation.
Public methodWriteAsync
Writes a value to the point and optionally returns the status code of the write operation throught the callback.

Extension Methods

  NameDescription
Public Extension MethodReadAsync2
Reads a value from the point and returns it through the callback.
(Defined by AsyncExtensions.)

See Also