System.Net.NetworkInformation.TeredoHelper.TeredoHelper C# (CSharp) Method

TeredoHelper() private method

private TeredoHelper ( Action callback, object state ) : System.Collections.Generic
callback Action
state object
return System.Collections.Generic
        private TeredoHelper(Action<object> callback, object state)
        {
            _callback = callback;
            _state = state;
            _onStabilizedDelegate = new Interop.IpHlpApi.StableUnicastIpAddressTableDelegate(OnStabilized);
            _runCallbackCalled = false;
        }