Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the specified event group.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Sub RollbackEventGroup ( _
groupId As Integer _
)
void RollbackEventGroup(
int groupId
)
void RollbackEventGroup(
int groupId
)
abstract RollbackEventGroup :
groupId:int -> unit
function RollbackEventGroup(
groupId : int
)
Parameters
- groupId
Type: System.Int32
A numerical value representing the event group identifier. Specify 0 to avoid event groups and raise the event immediately.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | The groupId parameter is less than zero, or is different than zero and greater than the count of existing event groups. |
ArgumentException | The group ID is not valid. |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.