Brunet.Security.SecurityAssociation.UpdateState C# (CSharp) Method

UpdateState() protected method

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