IRefreshable<T> Interface
Definition
public interface IRefreshable<T>
type IRefreshable<'T> = interface
Public Interface IRefreshable(Of T)
Type Parameters
- T
- Derived
Methods
Refresh() |
Refreshes the resource to sync with Azure. |
RefreshAsync(CancellationToken) |
Refreshes the resource to sync with Azure. |