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