AFCase.LoadCases Method (IList(AFCase))
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Loads the specified list AFCase objects.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public static void LoadCases( IList<AFCase> cases )
Public Shared Sub LoadCases ( cases As IList(Of AFCase) ) Dim cases As IList(Of AFCase) AFCase.LoadCases(cases)
public: static void LoadCases( IList<AFCase^>^ cases )
static member LoadCases : cases : IList<AFCase> -> unit
Parameters
Remarks
Fully loads the specified list AFCase 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 cases individually.