public class SessionFailedChecker : ISessionFailedChecker,
IDisposable
Public Class SessionFailedChecker
Implements ISessionFailedChecker, IDisposable
public ref class SessionFailedChecker : ISessionFailedChecker,
IDisposable
type SessionFailedChecker =
class
interface ISessionFailedChecker
interface IDisposable
end
SessionFailedChecker | Инициализирует новый экземпляр класса SessionFailedChecker |
Dispose | Освобождает все ресурсы, используемые объектом SessionFailedChecker |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
IsCurrentSessionFailedAsync | Возвращает признак того, у текущей сессии истек срок жизни. |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
NotifyOnSessionFailedAsync | Оповещает о том, что у текущей сессии истек срок жизни. |
ToString | Returns a string that represents the current object. (Унаследован от Object) |