System.Threading.AsyncFlowControl.AsyncFlowControl.AsyncFlowControl C# (CSharp) Method

AsyncFlowControl() private method

private AsyncFlowControl ( Thread t, AsyncFlowControlType type ) : System.Globalization
t Thread
type AsyncFlowControlType
return System.Globalization
		internal AsyncFlowControl (Thread t, AsyncFlowControlType type)
		{
			_t = t;
			_type = type;
		}