SKCloudServiceController.RequestStorefrontIdentifierAsync 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.
Requests the storefront identifier for the device.
public virtual System.Threading.Tasks.Task<Foundation.NSString> RequestStorefrontIdentifierAsync ();
abstract member RequestStorefrontIdentifierAsync : unit -> System.Threading.Tasks.Task<Foundation.NSString>
override this.RequestStorefrontIdentifierAsync : unit -> System.Threading.Tasks.Task<Foundation.NSString>
Returns
A task that represents the asynchronous RequestStorefrontIdentifier operation. The value of the TResult parameter is of type System.Action<Foundation.NSString,Foundation.NSError>.