SafetyNetStruct Constructor
Initializes a new instance of the class.
Namespace: Microsoft.Office.BusinessData.SystemSpecific
Assembly: Microsoft.Office.BusinessData (in Microsoft.Office.BusinessData.dll)
Syntax
'Declaration
Public Sub New ( _
throttleScope As ThrottleScope, _
throttleType As ThrottleType, _
maxLimit As Integer, _
defaultLimit As Integer, _
enabled As Boolean, _
proxyId As Guid _
)
'Usage
Dim throttleScope As ThrottleScope
Dim throttleType As ThrottleType
Dim maxLimit As Integer
Dim defaultLimit As Integer
Dim enabled As Boolean
Dim proxyId As Guid
Dim instance As New SafetyNetStruct(throttleScope, _
throttleType, maxLimit, defaultLimit, _
enabled, proxyId)
public SafetyNetStruct(
ThrottleScope throttleScope,
ThrottleType throttleType,
int maxLimit,
int defaultLimit,
bool enabled,
Guid proxyId
)
Parameters
- throttleScope
Type: Microsoft.BusinessData.SystemSpecific.ThrottleScope
The throttle scope.
- throttleType
Type: Microsoft.BusinessData.SystemSpecific.ThrottleType
The throttle type.
- maxLimit
Type: System.Int32
The maximum limit of throttling.
- defaultLimit
Type: System.Int32
The default limit of throttling.
- enabled
Type: System.Boolean
true if enabled; otherwise, false.
- proxyId
Type: System.Guid
The proxy server ID.