IServer Methods |
The IServer type exposes the following members.
| Name | Description | |
|---|---|---|
| BeginEditAsync |
Start batch editing. Use BatchEdit where possible instead.
(Inherited from IBatchEditable.) | |
| ConnectAsync |
Initiates a connection.
| |
| DisconnectAsync |
Disconnects the server.
| |
| EndEditAsync |
End batch editing.
(Inherited from IBatchEditable.) | |
| GetBrowseRootAsync |
The browsable items available from the server.
| |
| LoadBranch |
Requests the Tag Server load and connect to all the items in the specified branch.
| |
| LoadItem |
Requests the Tag Server load and connect to a server item in the server.
| |
| UnloadItem |
Requests the Tag Server disconnect and unload a server item.
|