Brunet.Messaging.ReqrepManager.ReleaseReplyState C# (CSharp) Method

ReleaseReplyState() protected method

protected ReleaseReplyState ( ReplyState rs ) : void
rs ReplyState
return void
  protected void ReleaseReplyState(ReplyState rs) {
    _reply_cache.Remove(rs.RequestKey);
    ReplyState tmp_rs;
    _reply_id_table.TryTake(rs.LocalID, out tmp_rs);
  }