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