Share via


CimOperationOptions.EnableChannel Method (UInt32)

 

Enables logging to a channel.

Namespace:   Microsoft.Management.Infrastructure.Options
Assembly:  Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)

Syntax

public void EnableChannel(
    uint channelNumber
)
public:
void EnableChannel(
    unsigned int channelNumber
)
member EnableChannel : 
        channelNumber:uint32 -> unit
Public Sub EnableChannel (
    channelNumber As UInteger
)

Parameters

See Also

CimOperationOptions Class
Microsoft.Management.Infrastructure.Options Namespace

Return to top