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

AF SDK Reference

AFTransfer.LoadTransfers Method (IList(AFTransfer))

AFTransfer.LoadTransfers Method (IList(AFTransfer))

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

Version Information

AFSDK


See Also

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