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