Brunet.Security.SecurityAssociation.UpdateState C# (CSharp) Méthode

UpdateState() protected méthode

protected UpdateState ( States next ) : void
next States
Résultat 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