MongoDomainManager<'TData> Class

 

Provides an IDomainManager<'TData> implementation targeting Mongo as the backend store.

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

System.Object
  Microsoft.WindowsAzure.Mobile.Service.MongoDomainManager<'TData>

type MongoDomainManager<'TData when 'TData : not struct and ITableData> = 
    class
        interface IDomainManager<'TData>
    end

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: