Click or drag to resize
CMSAssertInThreads Method
Runs multiple actions in the given number of threads and reports all failed assertions and errors

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax
C#
public static IEnumerable<Thread> InThreads(
	int count,
	Action<int> action
)

Parameters

count
Type: SystemInt32
Threads count
action
Type: SystemActionInt32
Thread action

Return Value

Type: IEnumerableThread
See Also