public abstract class Operation<TContext, TRequest, TResponse> : ConsoleOperation<TContext>
where TContext : OperationContext
Public MustInherit Class Operation(Of TContext As OperationContext, TRequest, TResponse)
Inherits ConsoleOperation(Of TContext)generic<typename TContext, typename TRequest, typename TResponse>
where TContext : OperationContext
public ref class Operation abstract : public ConsoleOperation<TContext>[<AbstractClassAttribute>]
type Operation<'TContext, 'TRequest, 'TResponse when 'TContext : OperationContext> =
class
inherit ConsoleOperation<'TContext>
end| OperationTContext, TRequest, TResponse | Инициализирует новый экземпляр класса OperationTContext, TRequest, TResponse |
| ExtendedInitialization |
Признак того, что используется расширенная инициализация при открытии сессии
(с выполняемыми расширениями и стримом инициализации).
(Унаследован от ConsoleOperationTContext) |
| Logger |
Логгер приложения.
(Унаследован от ConsoleOperationTContext) |
| SessionManager |
Объект для управления клиентскими сессиями.
(Унаследован от ConsoleOperationTContext) |
| CancelOperationAsync | |
| CheckDisposed |
Выбрасывает исключение [ObjectDisposedException], если ресурсы текущего объекта были освобождены.
(Унаследован от ConsoleOperationTContext) |
| CloseAsync |
Закрывает соединение с сервисом.
(Унаследован от ConsoleOperationTContext) |
| CreateOperationAsync | |
| DisposeAsync | Освобождает ресурсы, занимаемые объектом. (Унаследован от ConsoleOperationTContext) |
| DisposeCoreAsync |
Вызывается для освобождения ресурсов в дочерних классах.
(Унаследован от ConsoleOperationTContext) |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| ExecuteAsync |
Осуществляет выполнение операции.
(Унаследован от ConsoleOperationTContext) |
| 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) |
| GetOperationResultAsync | |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| LoginAsync |
Устанавливает соединение с сервисом.
(Унаследован от ConsoleOperationTContext) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |
| WaitOperationAsync |