DeleteNotificationInfoAsync Method
Deletes the notification information for the vault.
Syntax
[VB.NET] Public Function DeleteNotificationInfoAsync(ByVal VaultName As String) As Task
[C#] public Task DeleteNotificationInfoAsync(string vaultName);
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
DeleteNotificationInfoAsync MethodDeletes the notification information for the vault. Syntax[VB.NET] Public Function DeleteNotificationInfoAsync(ByVal VaultName As String) As Task [C#] public Task DeleteNotificationInfoAsync(string vaultName); RemarksThis method is the asynchronous version of the DeleteNotificationInfo method and is used to support asynchronous operations in WinRT. Please refer to DeleteNotificationInfo for more information. |
||