Learn how to evaluate and integrate the VNC SDK

Server.AgentCallback¶
-
class Server.AgentCallback
¶ Callback receiving agent-related notifications for a Server.
For more information, see
vnc_Server_AgentCallback()
in the C API documentation.
Nested classes¶
Constructor summary
Modifier and Type | Method and Description |
---|---|
Initializes a new AgentCallback class instance. |
Method summary
Modifier and Type | Method and Description |
---|---|
void |
Handles the AgentStarted event. By default, calls the AgentStarted delegate. |
void |
Handles the AgentStopped event. By default, calls the AgentStopped delegate. |
Constructors¶
-
Server.AgentCallback
(Server.AgentCallback.AgentStartedType a, Server.AgentCallback.AgentStoppedType b)¶ Initializes a new AgentCallback class instance.
For more information, see
vnc_Server_AgentCallback()
in the C API documentation.
Methods¶
Fields¶
-
Server.AgentCallback.AgentStarted
¶ Notification that the agent has started.
For more information, see
vnc_Server_AgentCallback::agentStarted
in the C API documentation.
-
Server.AgentCallback.AgentStopped
¶ Notification that the agent has stopped.
For more information, see
vnc_Server_AgentCallback::agentStopped
in the C API documentation.