public interface IHostOperation<in T> : IDisposable
where T : IHostOperationContext
Public Interface IHostOperation(Of In T As IHostOperationContext)
Inherits IDisposablegeneric<typename T>
where T : IHostOperationContext
public interface class IHostOperation : IDisposabletype IHostOperation<'T when 'T : IHostOperationContext> =
interface
interface IDisposable
end| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Унаследован от IDisposable) |
| Execute | Осуществляет выполнение операции |