Method | Description | |
---|---|---|
Begin ( ) : void | ||
Commit ( ) : void | ||
Insert ( BsonDocument document ) : void | ||
InsertBatch ( IList |
||
KeyOf ( BsonDocument document ) : BsonValue | ||
KeysOf ( IEnumerable |
||
MarkExisting ( IEnumerable |
||
MongoTransaction ( MongoCollection |
||
ReadCurrent ( string resourceid ) : BsonDocument | ||
RemoveQueued ( string transid ) : void | ||
RemoveTransaction ( string transid ) : void | ||
Rollback ( ) : void |
Method | Description | |
---|---|---|
MarkExisting ( BsonDocument document ) : void | ||
PrepareNew ( BsonDocument document ) : void | ||
PrepareNew ( IEnumerable |
||
Sweep ( string transid, string statusfrom, string statusto ) : void |
public Insert ( BsonDocument document ) : void | ||
document | BsonDocument | |
return | void |
public InsertBatch ( IList |
||
documents | IList |
|
return | void |
public KeyOf ( BsonDocument document ) : BsonValue | ||
document | BsonDocument | |
return | BsonValue |
public KeysOf ( IEnumerable |
||
documents | IEnumerable |
|
return | IEnumerable |
public MarkExisting ( IEnumerable |
||
documents | IEnumerable |
|
return | void |
public MongoTransaction ( MongoCollection |
||
collection | MongoCollection |
|
return | System |
public ReadCurrent ( string resourceid ) : BsonDocument | ||
resourceid | string | |
return | BsonDocument |
public RemoveQueued ( string transid ) : void | ||
transid | string | |
return | void |
public RemoveTransaction ( string transid ) : void | ||
transid | string | |
return | void |