My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for

Assembly: MongoDB.Driver.dll
Namespace: MongoDB.Driver
Type Name: DBMultiBinding (class)

Methods:

T_MongoDB_Driver_DBMultiBinding  
API documentation for the DBMultiBinding type
WikiDoc, Type
Updated Jun 8, 2010 by ee.devf...@gmail.com

Summary

A database binding that leverages a pair of databases

Members

Methods

Constructors

Call

||===== Returns =====
DBMultiBinding(MongoDB.Driver.IServerMultiBinding, System.Collections.Generic.IEnumerable_1[MongoDB.Driver.IDBBinding], Boolean)
IDBResponse<TDoc> Call<TDoc>(IDBCollection cmdCollection, IDBRequest request)

CycleSubBinding

||Cycles the sub binding. If there is not currently an active binding, one is chosen randomly. If there is an active binding, the alternative binding is activated.
void CycleSubBinding()

GetSisterBinding

||===== Returns =====
IDBBinding GetSisterBinding(Uri name)

Say

SetCredentials

TrySay

||===== Returns =====
void Say(IDBCollection cmdCollection, IDBRequest request, bool checkError)
void SetCredentials(string username, SecureString passwd)
bool TrySay(IDBCollection cmdCollection, IDBRequest msg, bool checkError)


Sign in to add a comment
Powered by Google Project Hosting