BdcServiceApplicationProxy.GetLoadController Method
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