Click or drag to resize
Akka.NETTestSinkSinkProbeT Method

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 Sink<T, TestSubscriberProbe<T>> SinkProbe<T>(
	this TestKitBase testKit
)

Parameters

testKit
Type: Akka.TestKitTestKitBase

Type Parameters

T

Return Value

Type: SinkT, TestSubscriberProbeT

[Missing <returns> documentation for "M:Akka.Streams.TestKit.TestSink.SinkProbe``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