StorageDomainManager<TData>.InitializeAsync Method (CloudTable)
Namespace: Microsoft.WindowsAzure.Mobile.Service
Assembly: Microsoft.WindowsAzure.Mobile.Service.Storage (in Microsoft.WindowsAzure.Mobile.Service.Storage.dll)
Syntax
protected virtual Task InitializeAsync(
CloudTable table
)
protected:
virtual Task^ InitializeAsync(
CloudTable^ table
)
abstract InitializeAsync :
table:CloudTable -> Task
override InitializeAsync :
table:CloudTable -> Task
Protected Overridable Function InitializeAsync (
table As CloudTable
) As Task
Return Value
Type: System.Threading.Tasks.Task
See Also
StorageDomainManager<TData> Class
Microsoft.WindowsAzure.Mobile.Service Namespace
Return to top