次の方法で共有


ISettingsService.GetStoreIdentityAsync Method

Definition

Gets the unique ID for the settings store, which is randomly generated whenever the store is recreated. This allows clients to detect when the store has been deleted and their stored revision numbers are invalid.

public:
 System::Threading::Tasks::Task<System::String ^> ^ GetStoreIdentityAsync();
public System.Threading.Tasks.Task<string> GetStoreIdentityAsync ();
abstract member GetStoreIdentityAsync : unit -> System.Threading.Tasks.Task<string>
Public Function GetStoreIdentityAsync () As Task(Of String)

Returns

Applies to