ISettingsService.GetStoreIdentityAsync 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.
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)