Table of Contents

Class GetMBeanCountCmdletCommand

Namespace
MASES.JNetPS.Cmdlet.JMX
Assembly
MASES.JNetPS.dll
[Cmdlet("Get", "MBeanCount")]
[OutputType(new Type[] { typeof(int?) })]
public class GetMBeanCountCmdletCommand : JNetPSCmdlet<JNetPSCore>
Inheritance
GetMBeanCountCmdletCommand
Inherited Members
Extension Methods

Properties

Connector

[Parameter(Mandatory = true, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The JMXConnector to use.")]
public JMXConnector Connector { get; set; }

Property Value

JMXConnector

Methods

ProcessCommand()

protected override void ProcessCommand()