Brunet.Security.PeerSec.PeerSecOverlord.SARequestUpdate C# (CSharp) Метод

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

When an SA wants to be updated, we instigate a new Security exchange.
protected SARequestUpdate ( object o, EventArgs ea ) : void
o object
ea System.EventArgs
Результат void
    protected void SARequestUpdate(object o, EventArgs ea) {
      PeerSecAssociation sa = o as PeerSecAssociation;
      if(sa != null) {
        StartSA(sa);
      }
    }