C# Class Open.Core.EventBusHandler

Inheritance: IDisposable
Mostrar archivo Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Public Properties

Property Type Description
handler System.Action
type System.Type

Public Methods

Method Description
Dispose ( ) : void
EventBusHandler ( Type type, System.Action handler ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

EventBusHandler() public method

public EventBusHandler ( Type type, System.Action handler ) : System
type System.Type
handler System.Action
return System

Property Details

handler public_oe property

public Action,System handler
return System.Action

type public_oe property

public Type,System type
return System.Type