Click or drag to resize
Akka.NETTestSubscriberCreateManualSubscriberProbeT Method

[Missing <summary> documentation for "M:Akka.Streams.TestKit.TestSubscriber.CreateManualSubscriberProbe``1(Akka.TestKit.TestKitBase)"]

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 TestSubscriberManualProbe<T> CreateManualSubscriberProbe<T>(
	this TestKitBase testKit
)

Parameters

testKit
Type: Akka.TestKitTestKitBase

[Missing <param name="testKit"/> documentation for "M:Akka.Streams.TestKit.TestSubscriber.CreateManualSubscriberProbe``1(Akka.TestKit.TestKitBase)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Akka.Streams.TestKit.TestSubscriber.CreateManualSubscriberProbe``1(Akka.TestKit.TestKitBase)"]

Return Value

Type: TestSubscriberManualProbeT

[Missing <returns> documentation for "M:Akka.Streams.TestKit.TestSubscriber.CreateManualSubscriberProbe``1(Akka.TestKit.TestKitBase)"]

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