IMetadataCatalog.GetLoadController Method
Returns the load controller that is associated with the metadata catalog.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function GetLoadController As ILoadController
'Usage
Dim instance As IMetadataCatalog
Dim returnValue As ILoadController
returnValue = instance.GetLoadController()
ILoadController GetLoadController()
Return Value
Type: Microsoft.BusinessData.Infrastructure.Throttle.ILoadController
The load controller.
Remarks
Load Controllers are used to limit the amount of resources consumed on the system.