LoadController Class

Contains the throttle configuration settings for different scopes on the client.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    Microsoft.Office.BusinessData.SystemSpecific.LoadController

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

Syntax

'Declaration
Public NotInheritable Class LoadController _
    Inherits MarshalByRefObject _
    Implements ILoadController, IDisposable
'Usage
Dim instance As LoadController
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.Office.BusinessData.SystemSpecific Namespace