Class WaitForFlowDescriptor
Inherited Members
Namespace: Ludiq.Bolt
Syntax
public class WaitForFlowDescriptor : UnitDescriptor<WaitForFlow>, IDisposable, IUnitDescriptor, IDescriptor
Constructors
WaitForFlowDescriptor(WaitForFlow)
Declaration
public WaitForFlowDescriptor(WaitForFlow unit)
Parameters
| Type | Name | Description | 
|---|---|---|
| WaitForFlow | unit | 
Methods
Port(IUnitPort)
Declaration
protected override IUnitPortDescriptor Port(IUnitPort port)
Parameters
| Type | Name | Description | 
|---|---|---|
| IUnitPort | port | 
Returns
| Type | Description | 
|---|---|
| IUnitPortDescriptor | 
Overrides
Ludiq.Bolt.UnitDescriptor<Ludiq.Bolt.WaitForFlow>.Port(Ludiq.Bolt.IUnitPort)