RemoteSystemAppRegistration.SaveAsync 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.
Starts the process of registering this application in the cloud.
public:
virtual IAsyncOperation<bool> ^ SaveAsync() = SaveAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> SaveAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> SaveAsync();
function saveAsync()
Public Function SaveAsync () As IAsyncOperation(Of Boolean)
Returns
An asynchronous operation with a value of true if the registration was successful, otherwise false.
- Attributes