Share via


JobServer.ReadErrorLog Method

Definition

Overloads

ReadErrorLog()

Reads the current Agent error log

ReadErrorLog(Int32)

Reads the specified Agent error log

ReadErrorLog()

Reads the current Agent error log

public System.Data.DataTable ReadErrorLog ();
member this.ReadErrorLog : unit -> System.Data.DataTable
Public Function ReadErrorLog () As DataTable

Returns

Applies to

ReadErrorLog(Int32)

Reads the specified Agent error log

public System.Data.DataTable ReadErrorLog (int logNumber);
member this.ReadErrorLog : int -> System.Data.DataTable
Public Function ReadErrorLog (logNumber As Integer) As DataTable

Parameters

logNumber
Int32

Returns

Applies to