Click or drag to resize
Akka.NETTestPublisherRequestMore Constructor

Namespace:  Akka.Streams.TestKit
Assembly:  Akka.Streams.TestKit (in Akka.Streams.TestKit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public RequestMore(
	ISubscription subscription,
	long nrOfElements
)

Parameters

subscription
Type: ISubscription

[Missing <param name="subscription"/> documentation for "M:Akka.Streams.TestKit.TestPublisher.RequestMore.#ctor(Reactive.Streams.ISubscription,System.Int64)"]

nrOfElements
Type: SystemInt64

[Missing <param name="nrOfElements"/> documentation for "M:Akka.Streams.TestKit.TestPublisher.RequestMore.#ctor(Reactive.Streams.ISubscription,System.Int64)"]

See Also