'Declaration
Public Function UpdateAgents( _ ByVal agentOIDs() As OID, _ ByVal options As AgentUpdateOptions, _ ByRef messages As MessageCollection _ ) As Boolean
public bool UpdateAgents( OID[] agentOIDs, AgentUpdateOptions options, out MessageCollection messages )
public: bool UpdateAgents( array<OID^>^ agentOIDs, AgentUpdateOptions^ options, [Out] MessageCollection^ messages )
Parameters
- agentOIDs
- List of the OIDs of the RemoteAgents to update.
- options
- Options for applying the software update.
- messages
- Returns messages about the outcome of the operation.