Table of Contents

Class AsyncComponent

Namespace
JJMasterData.Core.UI.Components
Assembly
JJMasterData.Core.dll

A ComponentBase with asynchronous programming support.

public abstract class AsyncComponent : ComponentBase
Inheritance
AsyncComponent
Derived
Inherited Members

Methods

BuildResultAsync()

protected abstract Task<ComponentResult> BuildResultAsync()

Returns

Task<ComponentResult>

GetResultAsync()

public Task<ComponentResult> GetResultAsync()

Returns

Task<ComponentResult>