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