Class TimeLimitEventArgs
EventArgs for events that occur when a time limit is exceeded.
Inheritance
System.Object
System.EventArgs
TimeLimitEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Fs.Processes.JobObjects
Assembly: Fs.Processes.dll
Syntax
public class TimeLimitEventArgs : EventArgs
Properties
| Improve this Doc View SourceProcessId
The ID of the process associated with the event, or null
if the event is not
associated with a specific process.
Declaration
public int? ProcessId { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Time
The total amount of time for a processes in the job at the time the notification was sent, or null
if time information is not available.
Declaration
public TimeSpan? Time { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.TimeSpan> |