Public Function DeleteUserEventSet( _ ByVal request As DeleteUserEventSetRequest _ ) As DeleteUserEventSetResponse
Dim instance As EventSetManagementServiceClient Dim request As DeleteUserEventSetRequest Dim value As DeleteUserEventSetResponse value = instance.DeleteUserEventSet(request)
public DeleteUserEventSetResponse DeleteUserEventSet( DeleteUserEventSetRequest request )
Parameters
- request
- Contains a DeleteUserEventSetRequest that identifies the Business Unit SID, SQL Instance SID, and Event Set Sequential Identifier (SID) associated with the user-generated event set to delete.
Return Value
A DeleteUserEventSetResponse containing the the response to the web service call that you made to delete the event set.