Interface IBatchContext
public interface IBatchContext : IContext
- Inherited Members
Methods
Add(IContext)
Add a message context to the batch context. @param context the message context to add
void Add(IContext context)
Parameters
context
IContext
Count()
Get the current number of message contexts in the batch context. @return current number of message contexts in the batch
int Count()