Class TaskSource<T>
TBD
Inheritance
TaskSource<T>
Implements
IGraph<SourceShape<T>>
Inherited Members
Namespace: Akka.Streams.Implementation.Fusing
Assembly: Akka.Streams.dll
Syntax
public sealed class TaskSource<T> : GraphStage<SourceShape<T>>, IGraphStageWithMaterializedValue<SourceShape<T>, NotUsed>, IGraph<SourceShape<T>, NotUsed>, IGraph<SourceShape<T>>
Type Parameters
| Name | Description |
|---|---|
| T | TBD |
Constructors
| Edit this page View SourceTaskSource(Task<T>)
TBD
Declaration
public TaskSource(Task<T> task)
Parameters
| Type | Name | Description |
|---|---|---|
| Task<T> | task | TBD |
Fields
| Edit this page View SourceOutlet
TBD
Declaration
public readonly Outlet<T> Outlet
Field Value
| Type | Description |
|---|---|
| Outlet<T> |
Properties
| Edit this page View SourceShape
TBD
Declaration
public override SourceShape<T> Shape { get; }
Property Value
| Type | Description |
|---|---|
| SourceShape<T> |
Overrides
Methods
| Edit this page View SourceCreateLogic(Attributes)
TBD
Declaration
protected override GraphStageLogic CreateLogic(Attributes inheritedAttributes)
Parameters
| Type | Name | Description |
|---|---|---|
| Attributes | inheritedAttributes | TBD |
Returns
| Type | Description |
|---|---|
| GraphStageLogic | TBD |
Overrides
| Edit this page View SourceToString()
TBD
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | TBD |
Edit this page