Interface IAsyncRefreshable
Describes a series of members to be implemented by a class or struct that allows asynchronous refreshing.
Inherited Members
Namespace: TheXDS.MCART.Types.Base
Assembly: MCART.dll
Syntax
public interface IAsyncRefreshable : IRefreshable
Methods
| Edit this page View SourceRefreshAsync()
Refreshes the state of this object asynchronously.
Declaration
Task RefreshAsync()
Returns
| Type | Description |
|---|---|
| Task |