public interface IConsoleOperation<in TOperationContext> : IAsyncDisposable
Public Interface IConsoleOperation(Of In TOperationContext)
Inherits IAsyncDisposable
generic<typename TOperationContext>
public interface class IConsoleOperation : IAsyncDisposable
type IConsoleOperation<'TOperationContext> =
interface
interface IAsyncDisposable
end
CloseAsync | Закрывает соединение с сервисом. |
DisposeAsync | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously. (Унаследован от IAsyncDisposable) |
ExecuteAsync | Осуществляет выполнение операции. |
LoginAsync | Устанавливает соединение с сервисом. |