LoadController class

Contains the throttle configuration settings for different scopes.

Inheritance hierarchy

System.MarshalByRefObject
  Microsoft.SharePoint.BusinessData.SystemSpecific.LoadController

Namespace:  Microsoft.SharePoint.BusinessData.SystemSpecific
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class LoadController _
    Inherits MarshalByRefObject _
    Implements ILoadController, IDisposable
'Usage
Dim instance As LoadController
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class LoadController : MarshalByRefObject, 
    ILoadController, IDisposable

Remarks

Each throttling rule has a scope (ThrottleScope) where it is enabled globally or for a particular system type (ThrottleType).

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

LoadController members

Microsoft.SharePoint.BusinessData.SystemSpecific namespace