IndexableRefreshable<IFluentResourceT>.RefreshAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public abstract System.Threading.Tasks.Task<IFluentResourceT> RefreshAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member RefreshAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<'IFluentResourceT>
Public MustOverride Function RefreshAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of IFluentResourceT)
Parameters
- cancellationToken
- CancellationToken
Returns
Task<IFluentResourceT>