Click or drag to resize
Akka.NETTestPublisherCreateManualPublisherProbeT Method
Probe that implements IPublisher interface.

Namespace:  Akka.Streams.TestKit
Assembly:  Akka.Streams.TestKit (in Akka.Streams.TestKit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static TestPublisherManualProbe<T> CreateManualPublisherProbe<T>(
	this TestKitBase testKit,
	bool autoOnSubscribe = true
)

Parameters

testKit
Type: Akka.TestKitTestKitBase

[Missing <param name="testKit"/> documentation for "M:Akka.Streams.TestKit.TestPublisher.CreateManualPublisherProbe``1(Akka.TestKit.TestKitBase,System.Boolean)"]

autoOnSubscribe (Optional)
Type: SystemBoolean

[Missing <param name="autoOnSubscribe"/> documentation for "M:Akka.Streams.TestKit.TestPublisher.CreateManualPublisherProbe``1(Akka.TestKit.TestKitBase,System.Boolean)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Akka.Streams.TestKit.TestPublisher.CreateManualPublisherProbe``1(Akka.TestKit.TestKitBase,System.Boolean)"]

Return Value

Type: TestPublisherManualProbeT

[Missing <returns> documentation for "M:Akka.Streams.TestKit.TestPublisher.CreateManualPublisherProbe``1(Akka.TestKit.TestKitBase,System.Boolean)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type TestKitBase. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also