SystemTraceControl.Update Method
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Public Shared Sub Update ( _
componentDictionary As Dictionary(Of Guid, BitArray), _
enabledTypes As BitArray, _
anyExchangeTracingProvidersEnabled As Boolean _
)
'Usage
Dim componentDictionary As Dictionary(Of Guid, BitArray)
Dim enabledTypes As BitArray
Dim anyExchangeTracingProvidersEnabled As Boolean
SystemTraceControl.Update(componentDictionary, _
enabledTypes, anyExchangeTracingProvidersEnabled)
public static void Update(
Dictionary<Guid, BitArray> componentDictionary,
BitArray enabledTypes,
bool anyExchangeTracingProvidersEnabled
)
Parameters
- componentDictionary
Type: System.Collections.Generic.Dictionary<Guid, BitArray>
- enabledTypes
Type: System.Collections.BitArray
- anyExchangeTracingProvidersEnabled
Type: System.Boolean