adTempus API
ArcanaDevelopment.adTempus.Client Namespace / RemoteAgent Class / SendSupportFiles Method

In This Topic
    SendSupportFiles Method (RemoteAgent)
    In This Topic
    Sends the current diagnostic logs for the Agent to Arcana Development for troubleshooting.
    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
    message
    Remarks
    Requires Administrator permission
    See Also