Share via


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

See Also

CimOperationOptions Class
Microsoft.Management.Infrastructure.Options Namespace

Return to top