Table of Contents

Class NewNotificationListenerCmdletCommand

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

Properties

Handler

[Parameter(ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "Notification handler.")]
public Action<Notification, object> Handler { get; set; }

Property Value

Action<Notification, object>

Methods

ProcessCommand()

protected override void ProcessCommand()