public interface IAiFileProcessorResult<out T> : IAsyncDisposable
where T : class
Public Interface IAiFileProcessorResult(Of Out T As Class)
Inherits IAsyncDisposablegeneric<typename T>
where T : ref class
public interface class IAiFileProcessorResult : IAsyncDisposabletype IAiFileProcessorResult<'T when 'T : not struct> =
interface
interface IAsyncDisposable
end| DisposeAsync |
Performs application-defined tasks associated with freeing, releasing, or
resetting unmanaged resources asynchronously. (Унаследован от IAsyncDisposable) |
| Get | Возвращает результат обработки. |