Event.RemoveAction(Action) Method

Definition

Removes the action from the session.

public bool RemoveAction (Microsoft.SqlServer.Management.XEvent.Action action);
member this.RemoveAction : Microsoft.SqlServer.Management.XEvent.Action -> bool
Public Function RemoveAction (action As Action) As Boolean

Parameters

action
Action

The action.

Returns

true if the action is found and removed, false otherwise.

Applies to