Developing Apama Applications > Developing Apama Applications in EPL > Making Application Data Available to Clients > Deleting DataView definitions > DataViewDefinitionDeleted
DataViewDefinitionDeleted
Syntax
event DataViewDefinitionDeleted {
   string msgId;
   string dvName;
   dictionary<string, string> extraParams;
}
These events are responses to DataViewDeleteDefinition events. They indicate the successful deletion of a DataView definition.
Syntax description
msgId
ID of the message to which this is a response.
dvName
Unique name of the DataView definition specified in the event to which this is a response.
extraParams
Optional field that future implementations may use.
Copyright © 2013-2015 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.
Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.