Конструктор SafetyNetStruct
Инициализирует новый экземпляр класса.
Пространство имен: Microsoft.SharePoint.BusinessData.SharedService
Сборка: Microsoft.SharePoint (в Microsoft.SharePoint.dll)
Синтаксис
'Декларация
Public Sub New ( _
throttleScope As ThrottleScope, _
throttleType As ThrottleType, _
maxLimit As Integer, _
defaultLimit As Integer, _
enabled As Boolean, _
proxyId As Guid _
)
'Применение
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
)
Параметры
throttleScope
Тип: Microsoft.BusinessData.SystemSpecific.ThrottleScopeОбласть регулирования.
throttleType
Тип: Microsoft.BusinessData.SystemSpecific.ThrottleTypeТип интервала повтора.
maxLimit
Тип: System.Int32Максимальный предел.
defaultLimit
Тип: System.Int32Ограничение по умолчанию.
enabled
Тип: System.Booleantrue при включении; в противном случае — false.
proxyId
Тип: System.GuidИдентификатор GUID прокси.
См. также
Справочные материалы
Пространство имен Microsoft.SharePoint.BusinessData.SharedService