Table of Contents

Interface IRunnerProxy

Namespace
MVVrus.AspNetCore.ActiveSession
Assembly
MVVrus.AspNetCore.ActiveSession.dll

Extension of IRunner to support remote runner calls. Not implemented yet

public interface IRunnerProxy : IRunner
Inherited Members
Extension Methods

Properties

IsLocal

Indicates that the runner execute itself on the same host as a caller.

Methods

AbortAsync(string?, CancellationToken)

Asynchronous counterpart of the Abort(string?) method.

GetExceptionAsync(CancellationToken)

Asynchronous counterpart of the Exception property.

GetIsBackgroundExecutionCompletedAsync(CancellationToken)

Asynchronous counterpart of the IsBackgroundExecutionCompleted property.

GetPositionAsync(CancellationToken)

Asynchronous counterpart of the Position property.

GetProgressAsync(CancellationToken)

Asynchronous counterpart of the GetProgress() method.

GetStatusAsync(CancellationToken)

Asynchronous counterpart of the Status property.