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

AF SDK Reference

AFEventFrame.LoadEventFrames Method (IList(AFEventFrame))

AFEventFrame.LoadEventFrames Method (IList(AFEventFrame))

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFEventFrame.LoadEventFrames Method (IList(AFEventFrame))
Loads the specified list AFEventFrame objects.

Namespace:  OSIsoft.AF.EventFrame
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

public static void LoadEventFrames(
	IList<AFEventFrame> eventFrames
)
Public Shared Sub LoadEventFrames ( 
	eventFrames As IList(Of AFEventFrame)
)

Dim eventFrames As IList(Of AFEventFrame)

AFEventFrame.LoadEventFrames(eventFrames)
public:
static void LoadEventFrames(
	IList<AFEventFrame^>^ eventFrames
)
static member LoadEventFrames : 
        eventFrames : IList<AFEventFrame> -> unit 

Parameters

eventFrames
Type: System.Collections.GenericIListAFEventFrame
The list of event frames to be fully loaded. If , then this method does nothing. All event frames in the list must be from the same PISystem.

Remarks

Fully loads the specified list of AFEventFrame objects from the server into the client. This will ensure that the event frames in the list are fully loaded to avoid a call to the server to load each of the event frames individually. This will also load referenced elements in the event frame's ReferencedElements collection.

Version Information

AFSDK


See Also

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