AFTimeRuleEventArgs Class
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
The event arguments for a time rule event.
Inheritance Hierarchy
SystemObject
SystemEventArgs
OSIsoft.AF.TimeAFTimeRuleEventArgs
SystemEventArgs
OSIsoft.AF.TimeAFTimeRuleEventArgs
Namespace: OSIsoft.AF.Time
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
[SerializableAttribute] public sealed class AFTimeRuleEventArgs : EventArgs
<SerializableAttribute> Public NotInheritable Class AFTimeRuleEventArgs Inherits EventArgs Dim instance As AFTimeRuleEventArgs
[SerializableAttribute] public ref class AFTimeRuleEventArgs sealed : public EventArgs
[<SealedAttribute>] [<SerializableAttribute>] type AFTimeRuleEventArgs = class inherit EventArgs end
The AFTimeRuleEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AFTimeRuleEventArgs |
The time rule event
|
Properties
| Name | Description | |
|---|---|---|
| TimeRuleEvents |
The time rule event.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
The EventsGenerated event is raised when one or more time rule events have been generated.