Share via


DataObjectChangeEvents.RollbackEventGroup Method

Ends an event group by removing the queued event set from the group.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Public MustOverride Sub RollbackEventGroup ( _
    groupId As Integer _
)
public abstract void RollbackEventGroup(
    int groupId
)
public:
virtual void RollbackEventGroup(
    int groupId
) abstract
abstract RollbackEventGroup : 
        groupId:int -> unit
public abstract function RollbackEventGroup(
    groupId : int
)

Parameters

  • groupId
    Type: System.Int32

    Identifier of the event group being rolled back.

Exceptions

Exception Condition
ArgumentOutOfRangeException

The groupId parameter is less than or equal to zero or is greater than the current number of allocated groups.

ArgumentException

The groupId parameter is invalid.

.NET Framework Security

See Also

Reference

DataObjectChangeEvents Class

Microsoft.VisualStudio.Data Namespace

StartEventGroup