IHostOnDemandLoader.LoadCollectionOnDemand(Object, Object) Method

Definition

Loads requested objects in the collection.

public bool LoadCollectionOnDemand (object loadableCollection, object context);
abstract member LoadCollectionOnDemand : obj * obj -> bool
Public Function LoadCollectionOnDemand (loadableCollection As Object, context As Object) As Boolean

Parameters

loadableCollection
Object

A collection of loadable objects.

context
Object

The loading context.

Returns

An indication of the loading result.

Applies to