Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the load controller for throttling.
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetLoadController As LoadController
'Usage
Dim instance As BdcServiceApplicationProxy
Dim returnValue As LoadController
returnValue = instance.GetLoadController()
public LoadController GetLoadController()
Return Value
Type: Microsoft.SharePoint.BusinessData.SystemSpecific.LoadController
The load controller for throttling.
See Also
Reference
BdcServiceApplicationProxy Class