adTempus API
ArcanaDevelopment.adTempus.Client Namespace / LogMessage Class / Acknowledge Method
Reserved for future use. Set to 0.


In This Topic
    Acknowledge Method
    In This Topic
    Marks the instance as Acknowledged
    Syntax
    'Declaration
     
    
    Public Sub Acknowledge( _
       ByVal options As Integer _
    ) 
    public void Acknowledge( 
       int options
    )
    public:
    void Acknowledge( 
       int options
    ) 

    Parameters

    options
    Reserved for future use. Set to 0.
    Exceptions
    ExceptionDescription
    Thrown if the caller does not have Execute permission for the job.
    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