adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Scheduler Class / SendSupportFiles Method
Information to be submitted with the logs.
On return, contains an error message if the call fails.

In This Topic
    SendSupportFiles Method (Scheduler)
    In This Topic
    Sends the current diagnostic logs from the adTempus server to Arcana Development for review.
    Syntax
    'Declaration
     
    
    Public Function SendSupportFiles( _
       ByVal info As DiagnosticSubmissionInformation, _
       ByRef message As String _
    ) As Boolean
    public bool SendSupportFiles( 
       DiagnosticSubmissionInformation info,
       out string message
    )

    Parameters

    info
    Information to be submitted with the logs.
    message
    On return, contains an error message if the call fails.

    Return Value

    True if logs were submitted or False if an error occurred.
    Remarks
    The caller must be a member of the adTempus Administrators security group.
    See Also