adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Scheduler Class / GetServerDiagnostics Method
Specifies which blocks of data to include in the report
The format to use for the report


In This Topic
    GetServerDiagnostics Method
    In This Topic
    Gets diagnostic information (such as component versions) from the server.
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public Function GetServerDiagnostics( _
       ByVal segments As DiagnosticReportSegments, _
       ByVal format As DiagnosticReportFormat _
    ) As String
    [NotNull()]
    public string GetServerDiagnostics( 
       DiagnosticReportSegments segments,
       DiagnosticReportFormat format
    )
    [NotNull()]
    public:
    String^ GetServerDiagnostics( 
       DiagnosticReportSegments segments,
       DiagnosticReportFormat format
    ) 

    Parameters

    segments
    Specifies which blocks of data to include in the report
    format
    The format to use for the report
    See Also