예제 #1
0
    /// <summary>If the request really failed, we'll have to close the SA.</summary>
    public void HandleError(ReqrepManager man, int message_number,
         ReqrepManager.ReqrepError err, ISender returnpath, object state)
    {
      if(man.RequestActive(message_number)) {
        return;
      }

      SecurityAssociation sa = state as SecurityAssociation;
      sa.Failure();
    }