| ActorSubscriberStateState Constructor |
TBD
Namespace:
Akka.Streams.Actors
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public State(
ISubscription subscription,
long requested,
bool isCanceled
)
new :
subscription : ISubscription *
requested : int64 *
isCanceled : bool -> State
Parameters
- subscription
- Type: ISubscription
TBD - requested
- Type: SystemInt64
TBD - isCanceled
- Type: SystemBoolean
TBD
See Also