'Declaration
<CanBeNullAttribute()> Public Function GetRemoteAgent( _ ByVal agentName As String _ ) As RemoteAgent
[CanBeNull()] public RemoteAgent GetRemoteAgent( string agentName )
[CanBeNull()] public: RemoteAgent^ GetRemoteAgent( String^ agentName )
Parameters
- agentName
- The name or address of the Agent to fetch.
Return Value
The Remote Agent, or a null reference (Nothing in Visual Basic) if no matching object is found.