IConsoleSessionManager - интерфейс
Client commands sessions manager.
Пространство имён: Tessa.Platform.ConsoleAppsСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public interface IConsoleSessionManager : IDisposable
Public Interface IConsoleSessionManager
Inherits IDisposable
public interface class IConsoleSessionManager : IDisposable
type IConsoleSessionManager =
interface
interface IDisposable
end
- Implements
- IDisposable
CloseAsync |
Close session.
|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Унаследован от IDisposable) |
OpenAsync |
Open session.
|