Class MemoryLimitEventArgs
EventArgs for events occurring due to memory limits.
Inheritance
System.Object
System.EventArgs
MemoryLimitEventArgs
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 MemoryLimitEventArgs : EventArgs
Properties
| Improve this Doc View SourceBytes
Gets the number of bytes committed memory for all processes in the job at the time the notification
was sent, or null
if the information is not available.
Declaration
public ulong? Bytes { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.UInt64> |
ProcessId
Gets the process Id that caused 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> |