Event.RemoveAction(Action) 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.
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.