Share via


MongoDomainManager<TData>.MongoContext Class

 

Contains the reusable (and thread-safe) objects for accessing MongoDB.

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

Inheritance Hierarchy

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

Syntax

protected internal class MongoContext
public protected ref class MongoContext 
type MongoContext = class end
Protected Friend Class MongoContext

Constructors

Name Description
System_CAPS_pubmethod MongoDomainManager<TData>.MongoContext()

Properties

Name Description
System_CAPS_pubproperty Client

System_CAPS_pubproperty Collection

System_CAPS_pubproperty Database

System_CAPS_pubproperty Server

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

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

See Also

Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top