'Declaration
Public Function GetRemoteAgent( _ ByVal agentName As String _ ) As RemoteAgent
public RemoteAgent GetRemoteAgent( string agentName )
Parameters
- agentName
- The name or address of the Agent to fetch.
Return Value
The Remote Agent, or null (Nothing) if no matching object is found.