Share via


IAsyncStringStorage.GetStoreIdentityAsync(CancellationToken) Method

Definition

Gets the unique ID for the settings store, which is randomly generated whenever the store is recreated.

public System.Threading.Tasks.Task<string> GetStoreIdentityAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetStoreIdentityAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Function GetStoreIdentityAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of String)

Parameters

cancellationToken
CancellationToken

Returns

Applies to