Learn how to evaluate and integrate the VNC SDK
Server.AgentCallback¶
-
vncsdk.Server.AgentCallback¶ Callback receiving agent-related notifications for a Server.
Method Summary¶
| Modifier and Type | Method and Description |
|---|---|
Notification that the agent has started. |
|
Notification that the agent has stopped. |
Methods¶
-
Server.AgentCallback.agent_started(server)¶ Notification that the agent has started.
For more information, see
vnc_Server_AgentCallback::agentStarted.Parameters: server ( vncsdk.Server) –Returns: None
-
Server.AgentCallback.agent_stopped(server)¶ Notification that the agent has stopped.
For more information, see
vnc_Server_AgentCallback::agentStopped.Parameters: server ( vncsdk.Server) –Returns: None