IpcServer Methods (Typed) |
The IpcServer type exposes the following members.
Name | Description | |
---|---|---|
AddTopic |
Add a topic to the list of topics supported by the server.
| |
DataRequest |
Called whenever a client makes a request for data or when the IpcServer:UpdateTopic() is called.
| |
DataUpdate | ||
Destroy |
Provide a method to de-instantiate an IpcServer object.
(Overrides Destroy.) | |
Dispatch | ||
ExecuteRequest |
Called when the client calls IpcClient:Execute(). The server should take the appropriate action to execute the command locally.
| |
Override | This is a compatibility method that is no longer used or needed. (Inherited from EventContext.) | |
UpdateTopic |
Request that the server update a particular topic and item.
|