AFTransfer.LoadTransfers Method (IList(AFTransfer))
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Loads the specified list AFTransfer objects.
Namespace: OSIsoft.AF.EventFrame
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
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.