Click or drag to resize
Akka.NETAkkaSpecExtensions.ThrowsAsync<TException> Method
TBD

Namespace:  Akka.TestKit
Assembly:  Akka.Cluster.TestKit (in Akka.Cluster.TestKit.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public static Task ThrowsAsync<TException>(
	Func<Task> func
)

Parameters

func
Type: System.Func<Task>
TBD

Type Parameters

TException
TBD

Return Value

Type: Task

[Missing <returns> documentation for "M:Akka.TestKit.AkkaSpecExtensions.ThrowsAsync``1(System.Func{System.Threading.Tasks.Task})"]

See Also