Click or drag to resize

IServer Methods

The IServer type exposes the following members.

Methods
  NameDescription
Public methodBeginEditAsync
Start batch editing. Use BatchEdit where possible instead.
(Inherited from IBatchEditable.)
Public methodConnectAsync
Initiates a connection.
Public methodDisconnectAsync
Disconnects the server.
Public methodEndEditAsync
End batch editing.
(Inherited from IBatchEditable.)
Public methodGetBrowseRootAsync
The browsable items available from the server.
Public methodLoadBranch
Requests the Tag Server load and connect to all the items in the specified branch.
Public methodLoadItem
Requests the Tag Server load and connect to a server item in the server.
Public methodUnloadItem
Requests the Tag Server disconnect and unload a server item.
Top
See Also