AFNotificationRule.LoadNotificationRules Method (IList(AFNotificationRule))
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Loads the specified list AFNotificationRule objects.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public static void LoadNotificationRules( IList<AFNotificationRule> notificationRules )
Public Shared Sub LoadNotificationRules ( notificationRules As IList(Of AFNotificationRule) ) Dim notificationRules As IList(Of AFNotificationRule) AFNotificationRule.LoadNotificationRules(notificationRules)
public: static void LoadNotificationRules( IList<AFNotificationRule^>^ notificationRules )
static member LoadNotificationRules : notificationRules : IList<AFNotificationRule> -> unit
Parameters
- notificationRules
- Type: System.Collections.GenericIListAFNotificationRule
The list of AFNotificationRule objects to be fully loaded. If , then this method does nothing. All AFNotificationRule objects in the list must be from the same PISystem.
Remarks
Fully loads the specified list AFNotificationRule objects from the server into
the client. This will ensure that the AFNotificationRule objects in the list are fully loaded to avoid
a call to the server to load each of the AFNotificationRule objects individually.