예제 #1
0
 protected void Dispose(bool disposing)
 {
     if (_disposeOfSession && _resilientSession != null)
     {
         _resilientSession.Dispose();
     }
 }
예제 #2
0
 public void Dispose()
 {
     if (ResilientSession != null)
     {
         ResilientSession.Dispose();
     }
 }