Callbacks on FeatureService edits?

677
1
02-15-2010 12:49 PM
ChristopherJennings
New Contributor II
Are there any plans to support callback functions when insert/update/delete actions are performed on resources in a feature service? This would be very helpful for near-real-time updates in applications that rely on updates from ArcGIS Server.
0 Kudos
1 Reply
GaryMacDougall
Esri Contributor
One option is to use geodatabase class extensions which listen to insert, update and delete events for feature classes and tables in the geodatabase. The following is a sample from the SDK:

http://help.esri.com/EN/sdk/9.4/ArcObjects_NET/ConceptualHelp/index.html#/d/0001000003PS000000/

thanks
Gary
0 Kudos