AgentX Methods

Connect

Connect (Machine As String) As Object

This method creates a Conversation object with an AppID matching the AppID property and then connects it to the named machine. The Machine parameter is the computer name of the target machine. This Conversation object is then returned for further processing by the user using its methods.

You should call the ResetConversation method on the object returned from this method before the variable it is assigned to exits scope.