StorageDomainManager<TData> Class

 

Provides an IDomainManager<TData> implementation targeting Azure Table Storage as the backend store.

This API is not CLS-compliant.

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Storage (in Microsoft.WindowsAzure.Mobile.Service.Storage.dll)

System::Object
  Microsoft.WindowsAzure.Mobile.Service::StorageDomainManager<TData>

generic<typename TData>
where TData : ref class, gcnew(), ITableData, ITableEntity
[CLSCompliantAttribute(false)]
public ref class StorageDomainManager : IDomainManager<TData>

Type Parameters

TData

The data object (DTO) type.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: