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

AF SDK Reference

AFCase.LoadCases Method (IList(AFCase))

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

cases
Type: System.Collections.GenericIListAFCase
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 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.

Version Information

AFSDK


See Also

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