Class TransferState
TBD
Inherited Members
Namespace: Akka.Streams.Implementation
Assembly: Akka.Streams.dll
Syntax
public abstract class TransferState
Properties
| Improve this Doc View SourceIsCompleted
TBD
Declaration
public abstract bool IsCompleted { get; }
Property Value
Type | Description |
---|---|
Boolean |
IsExecutable
TBD
Declaration
public bool IsExecutable { get; }
Property Value
Type | Description |
---|---|
Boolean |
IsReady
TBD
Declaration
public abstract bool IsReady { get; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
| Improve this Doc View SourceAnd(TransferState)
TBD
Declaration
public TransferState And(TransferState other)
Parameters
Type | Name | Description |
---|---|---|
TransferState | other | TBD |
Returns
Type | Description |
---|---|
TransferState | TBD |
Or(TransferState)
TBD
Declaration
public TransferState Or(TransferState other)
Parameters
Type | Name | Description |
---|---|---|
TransferState | other | TBD |
Returns
Type | Description |
---|---|
TransferState | TBD |