'Declaration
Public ReadOnly Property AgentWaitTime As Nullable(Of TimeSpan)
public Nullable<TimeSpan> AgentWaitTime {get;}
public: property Nullable<TimeSpan> AgentWaitTime { Nullable<TimeSpan> get(); }
'Declaration
Public ReadOnly Property AgentWaitTime As Nullable(Of TimeSpan)
public Nullable<TimeSpan> AgentWaitTime {get;}
public: property Nullable<TimeSpan> AgentWaitTime { Nullable<TimeSpan> get(); }
This is the elapsed between AgentWaitStartTime and AgentWaitEndTime, or between AgentWaitStartTime and the current time if the instance is still waiting for an Agent.
The value will be a null reference (Nothing in Visual Basic) if the job did not run on an Agent or the times were not recorded