Click or drag to resize

ThrottlingSettingsContract Class

Network usage throttling settings.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Contracts.DataContractsThrottlingSettingsContract

Namespace:  SOS.SDK.Contracts.DataContracts
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public class ThrottlingSettingsContract

The ThrottlingSettingsContract type exposes the following members.

Constructors
  NameDescription
Public methodThrottlingSettingsContract
Initializes a new instance of the ThrottlingSettingsContract class
Top
Properties
  NameDescription
Public propertySpeedThrottlingEnabled
Is speed throttling enabled.
Public propertySpeedThrottlingKbPerSecond
Limit for using network, KB/sec.
Public propertyThrottleAlways
Throttle always.
Public propertyThrottleFromDay
Throttle from specified day of week.
Public propertyThrottleFromTime
Milliseconds (TimeSpan)
Public propertyThrottleToDay
Throttle to the specified day of week.
Public propertyThrottleToTime
Milliseconds (TimeSpan)
Public propertyThrottlingEnabled
Is throttling enabled.
Public propertyThrottlingMbPerDay
Limit for using network per day, MB.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also