adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobServices Class / AcknowledgeLogMessageStatus Method
The OID(s) of the LogMessages to acknowledge


In This Topic
    AcknowledgeLogMessageStatus Method
    In This Topic
    Acknowledges the status of a log message
    Syntax
    'Declaration
     
    
    Public Sub AcknowledgeLogMessageStatus( _
       ByVal messageOIDs() As OID _
    ) 
    public void AcknowledgeLogMessageStatus( 
       OID[] messageOIDs
    )
    public:
    void AcknowledgeLogMessageStatus( 
       array<OID^>^ messageOIDs
    ) 

    Parameters

    messageOIDs
    The OID(s) of the LogMessages to acknowledge
    Remarks

    Marking a message as Acknowledged removes it from the Alerts view in the Console.

    The caller must have Execute or Manage permission for the job or for the server if the message is not related to a job.

    See Also