Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFNotificationRule.LoadNotificationRules Method (IList(AFNotificationRule))

AFNotificationRule.LoadNotificationRules Method (IList(AFNotificationRule))

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFNotificationRule.LoadNotificationRules Method (IList(AFNotificationRule))
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.

Version Information

AFSDK

Supported in: 3.1.1, 3.1.0, 3.0.2, 3.0.1, 3.0.0, 2.10.11, 2.10.5, 2.10.0, 2.10, 2.9.5, 2.9, 2.8.5, 2.8

See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in