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