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