Class GetMBeanCountCmdletCommand
- Namespace
- MASES.JNet.PowerShell.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
Methods
ProcessCommand()
protected override void ProcessCommand()