C# Class PowerArgs.Cli.Subscription

Inheritance: Disposable
Show file Open project: adamabdelhamed/PowerArgs Class Usage Examples

Protected Properties

Property Type Description
unsubscribeHandler System.Action

Protected Methods

Method Description
DisposeManagedResources ( ) : void

Private Methods

Method Description
Subscription ( ) : System
Subscription ( System.Action unsubscribeHandler ) : System

Method Details

DisposeManagedResources() protected method

protected DisposeManagedResources ( ) : void
return void

Property Details

unsubscribeHandler protected property

protected Action,System unsubscribeHandler
return System.Action