Brunet.Security.SecurityAssociation.UpdateState C# (CSharp) Метод

UpdateState() защищенный Метод

protected UpdateState ( States next ) : void
next States
Результат void
    protected void UpdateState(States next)
    {
      UpdateState(_state, next, false);
    }

Same methods

SecurityAssociation::UpdateState ( States current, States next ) : void
SecurityAssociation::UpdateState ( States current, States next, bool if_current ) : void