Click or drag to resize

ValidateThreadOperation Method

Throws InvalidOperationException if the passed in thread differs from the caller thread.

Namespace:  CallFlowFramework
Assembly:  CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntax
public static void ThreadOperation(
	Thread correct_thread,
	string correct_thread_name = "Virtual User Thread"
)

Parameters

correct_thread
Type: System.ThreadingThread

[Missing <param name="correct_thread"/> documentation for "M:CallFlowFramework.Validate.ThreadOperation(System.Threading.Thread,System.String)"]

correct_thread_name (Optional)
Type: SystemString

[Missing <param name="correct_thread_name"/> documentation for "M:CallFlowFramework.Validate.ThreadOperation(System.Threading.Thread,System.String)"]

See Also