Interface IRunnerProxy<TResult>
- Namespace
- MVVrus.AspNetCore.ActiveSession
- Assembly
- MVVrus.AspNetCore.ActiveSession.dll
Extension of IRunner<TResult> to support remote runner calls. Not implemented yet
public interface IRunnerProxy<TResult> : IRunner<TResult>, IRunnerProxy, IRunner
Type Parameters
TResult
- Inherited Members
- Extension Methods
Methods
- GetAvailableAsync(int, int, string?, CancellationToken)
Asynchronous counterpart of the GetAvailable(int, int, string?) method.