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