Dev2.Network.ServerProxy.Verify C# (CSharp) Method

Verify() public method

public Verify ( Action callback, bool wait = true ) : void
callback Action
wait bool
return void
        public void Verify(Action<ConnectResult> callback, bool wait = true)
        {
            _wrappedConnection.Verify(callback,wait);
        }