AFEventFrameSearch.GetCachedEventFrames Method
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Gets the active matches for this search when there is an active subscriber.
Namespace: OSIsoft.AF.Search
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public IEnumerable<AFEventFrame> GetCachedEventFrames()
Public Function GetCachedEventFrames As IEnumerable(Of AFEventFrame) Dim instance As AFEventFrameSearch Dim returnValue As IEnumerable(Of AFEventFrame) returnValue = instance.GetCachedEventFrames()
public: IEnumerable<AFEventFrame^>^ GetCachedEventFrames()
member GetCachedEventFrames : unit -> IEnumerable<AFEventFrame>
Return Value
Type: IEnumerableAFEventFrameThe active matches for this search.