DataObjectChangeEvents.RollbackEventGroup(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Ends an event group by removing the queued event set from the group.
public:
abstract void RollbackEventGroup(int groupId);
public abstract void RollbackEventGroup (int groupId);
abstract member RollbackEventGroup : int -> unit
Public MustOverride Sub RollbackEventGroup (groupId As Integer)
Parameters
- groupId
- Int32
Identifier of the event group being rolled back.
Exceptions
The groupId
parameter is less than or equal to zero or is greater than the current number of allocated groups.
The groupId
parameter is invalid.