MyChannels.Nirvana.IRegisteredEventBatch Interface Reference

Allows the caller to send registered events in a batch. More...

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

Public Member Functions

void Send (IRegisteredEvent re, bool replace=false)
 Commit the changes to a registered event. More...
 

Detailed Description

Allows the caller to send registered events in a batch.

Member Function Documentation

void MyChannels.Nirvana.IRegisteredEventBatch.Send ( IRegisteredEvent  re,
bool  replace = false 
)

Commit the changes to a registered event.

Parameters
reThe registered event
replaceTrue: Replace any existing event state, False: Merge the contents of this event into the contents on the realm server.