Пример #1
0
 /// <summary>
 /// Close session after this you have to call CreateSession if you want to get data again
 /// </summary>
 /// <returns></returns>
 public Task <FsResult <int> > DeleteSession()
 {
     return(_communicator.DeleteSession());
 }