Class GetMBeanCountCmdletCommand
[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
Methods
ProcessCommand()
protected override void ProcessCommand()