MyChannels.Nirvana.IDataGroupBatch Interface Reference

Allows the caller to perform a batch of data group operations. More...

Inheritance diagram for MyChannels.Nirvana.IDataGroupBatch:
MyChannels.Nirvana.IBatch MyChannels.Nirvana.IRegisteredEventBatch

Additional Inherited Members

- Public Member Functions inherited from MyChannels.Nirvana.IBatch
void Execute (bool waitForResponse=true)
 Execute all the operations in the batch. More...
 
void Send (IMessage message)
 Send a message to a resource. More...
 
void Send (string resource, IMessage message)
 Send a message to a resource. More...
 
- Public Member Functions inherited from MyChannels.Nirvana.IRegisteredEventBatch
void Send (IRegisteredEvent re, bool replace=false)
 Commit the changes to a registered event. More...
 

Detailed Description

Allows the caller to perform a batch of data group operations.