Share via


FileBackedMetadataCatalog.GetLoadController method

Gets the load controller associated with this metadata catalog.

Namespace:  Microsoft.Office.BusinessData.MetadataModel
Assembly:  Microsoft.Office.BusinessData (in Microsoft.Office.BusinessData.dll)

Syntax

'Declaration
Public Function GetLoadController As ILoadController
'Usage
Dim instance As FileBackedMetadataCatalog
Dim returnValue As ILoadController

returnValue = instance.GetLoadController()
public ILoadController GetLoadController()

Return value

Type: Microsoft.BusinessData.Infrastructure.Throttle.ILoadController
The load controller associated with this metadata catalog.

Implements

IMetadataCatalog.GetLoadController()

Remarks

Load controllers are used to limit the amount of resources consumed on the system.

Object instances obtained from an instance of FileBackedMetadataCatalog can only be used with object instances obtained from the same instance of FileBackedMetadataCatalog. Using incompatible object instances with each other causes data corruption and other unexpected behavior.

See also

Reference

FileBackedMetadataCatalog class

FileBackedMetadataCatalog members

Microsoft.Office.BusinessData.MetadataModel namespace