Share via


IOnDemandLoadableCollection.BlockOnDemandLoad(Boolean) Method

Definition

Blocks the on demand load that is associated with IOnDemandLoadableCollection.

public int BlockOnDemandLoad (bool block);
abstract member BlockOnDemandLoad : bool -> int
Public Function BlockOnDemandLoad (block As Boolean) As Integer

Parameters

block
Boolean

true to block; otherwise, false.

Returns

The object to block.

Applies to