RemoteSharedFileBackedMetadataCatalog.GetLoadController method

Gets the load controller associated with this metadata catalog.

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

Syntax

'Declaration
Public Function GetLoadController As ILoadController
'Usage
Dim instance As RemoteSharedFileBackedMetadataCatalog
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 RemoteSharedFileBackedMetadataCatalog can only be used with object instances obtained from the same instance of RemoteSharedFileBackedMetadataCatalog. Using incompatible object instances with each other causes data corruption and other unexpected behavior.

See also

Reference

RemoteSharedFileBackedMetadataCatalog class

RemoteSharedFileBackedMetadataCatalog members

Microsoft.Office.BusinessData.MetadataModel namespace