Interface IAsyncDisposableResult<T>
Interface representing the disposable result of an operation.
Inherited Members
Namespace: Tableau.Migration
Assembly: Tableau.Migration.dll
Syntax
public interface IAsyncDisposableResult<T> : IResult<T>, IResult, IAsyncDisposable where T : class, IAsyncDisposable
Type Parameters
Name | Description |
---|---|
T | The result's value type |