Brunet.Security.Transport.WrapperEdgeListener.SendEdgeEventHelper C# (CSharp) Метод

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

This is a EdgeCallback used when to handle the cases for inbound edes. This executes SendEdgeEvent for this WEL.
protected SendEdgeEventHelper ( bool success, Edge e, Exception x ) : void
success bool
e Edge
x System.Exception
Результат void
    protected void SendEdgeEventHelper(bool success, Edge e, Exception x) {
      if(e != null) {
        SendEdgeEvent(e);
      }
    }