Show / Hide Table of Contents

Class IoLimitEventArgs

EventArgs instance associated when Io limit events.

Inheritance
System.Object
System.EventArgs
IoLimitEventArgs
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 IoLimitEventArgs : EventArgs

Properties

| Improve this Doc View Source

Bytes

Gets the total number of I/O bytes for all processes in the job at the time the notification was sent.

Declaration
public ulong Bytes { get; }
Property Value
Type Description
System.UInt64
| Improve this Doc View Source

Type

Gets a value indicating the type of limit that has occurred.

Declaration
public IoLimitType Type { get; }
Property Value
Type Description
IoLimitType
  • Improve this Doc
  • View Source
Back to top Generated by DocFX