adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Scheduler Class / GetClientDiagnostics Method
The format to use for the report

In This Topic
    GetClientDiagnostics Method
    In This Topic
    Gets diagnostic information (such as component versions) for the client.
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public Function GetClientDiagnostics( _
       ByVal format As DiagnosticReportFormat _
    ) As String
    [NotNull()]
    public string GetClientDiagnostics( 
       DiagnosticReportFormat format
    )

    Parameters

    format
    The format to use for the report
    See Also