adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Scheduler Class / UpdateAgents Method
List of the OIDs of the RemoteAgents to update.
Options for applying the software update.
Returns messages about the outcome of the operation.


In This Topic
    UpdateAgents Method
    In This Topic
    Instructs the server to send software updates to the specified Remote Agents.
    Syntax
    'Declaration
     
    
    Public Function UpdateAgents( _
       ByVal agentOIDs() As OID, _
       ByVal options As AgentUpdateOptions, _
       ByRef messages As MessageCollection _
    ) As Boolean

    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.
    See Also