Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- channelNumber 
 Type: System.UInt32- The 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