Class InputBindingLifecycle
Inheritance
System.Object
InputBindingLifecycle
Assembly: Steeltoe.Stream.StreamBase.dll
public class InputBindingLifecycle : AbstractBindingLifecycle
Constructors
|
Edit this page
View Source
Declaration
public InputBindingLifecycle(IBindingService bindingService, IEnumerable<IBindable> bindables)
Parameters
Properties
|
Edit this page
View Source
Declaration
public override int Phase { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
Methods
|
Edit this page
View Source
Declaration
protected override void DoStartWithBindable(IBindable bindable)
Parameters
Overrides
|
Edit this page
View Source
Declaration
protected override void DoStopWithBindable(IBindable bindable)
Parameters
Overrides