System.Net.Connection.AsyncTriState.AsyncTriState C# (CSharp) Method

AsyncTriState() public method

public AsyncTriState ( TriState newValue ) : System.Collections
newValue TriState
return System.Collections
            public AsyncTriState(TriState newValue) {
                Value = newValue;
            }
        }
Connection.AsyncTriState