EtmSettings.ThrottlingEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether Enterprise Transaction Monitor (ETM) throttling is enabled.
public:
property bool ThrottlingEnabled { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember]
public bool ThrottlingEnabled { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ThrottlingEnabled : bool with get, set
Public Property ThrottlingEnabled As Boolean
Property Value
Flag indicating whether Enterprise Transaction Monitor (ETM) throttling is enabled.
- Attributes