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