NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Switch.SetSwitchSetting (Int32)

When overridden in a derived class, sets a switch to the level specified in value.

[Visual Basic]
Overloads MustOverride Protected Sub SetSwitchSetting( _
   ByVal value As Integer _
)
[C#]
protected abstract void SetSwitchSetting(
   int value
);
[C++]
protected: virtual void SetSwitchSetting(
   int value
) = 0;
[JScript]
protected abstract function SetSwitchSetting(
   value : int
);

Parameters

value
The new level to set the switch.

Remarks

Typically, this method is called during initialization.

See Also

Switch Class | Switch Members | System.Diagnostics Namespace | Switch.SetSwitchSetting Overload List | Switch | BooleanSwitch | TraceSwitch | Debug | Trace