Example #1
0
 protected void Dispose(bool disposing)
 {
     if (_disposeOfSession && _resilientSessionContainer != null)
     {
         _resilientSessionContainer.Dispose();
     }
 }