CimOperationOptions.DisableChannel Method (UInt32)
Disables logging to a channel.
Namespace: Microsoft.Management.Infrastructure.Options
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public void DisableChannel(
uint channelNumber
)
public:
void DisableChannel(
unsigned int channelNumber
)
member DisableChannel :
channelNumber:uint32 -> unit
Public Sub DisableChannel (
channelNumber As UInteger
)
Parameters
channelNumber
Type: System.UInt32The channel number. Valid values for this parameter are described in the CimWriteMessageChannel enumeration.
See Also
CimOperationOptions Class
Microsoft.Management.Infrastructure.Options Namespace
Return to top