Show / Hide Table of Contents

Class StoreActionAsync<TState>

Performs an asynchronous action that can be triggered by the store

Inheritance
System.Object
StoreActionAsync<TState>
Implements
IActionAsync<TState>
IStoreAction<TState>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: BlazorFocused
Assembly: BlazorFocused.Store.dll
Syntax
public abstract class StoreActionAsync<TState> : IActionAsync<TState>, IStoreAction<TState>
Type Parameters
Name Description
TState

State of the store data

Properties

| Improve this Doc View Source

State

Declaration
public TState State { get; set; }
Property Value
Type Description
TState

Methods

| Improve this Doc View Source

ExecuteAsync()

Declaration
public abstract ValueTask<TState> ExecuteAsync()
Returns
Type Description
ValueTask<TState>

Implements

IActionAsync<TState>
IStoreAction<TState>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX