I am buidling a customized silverlight web editing app and I need a similiar function to
Flex Featurelayer:
public function applyEdits(adds:Array, updates:Array, deletes:Array, responder:IResponder = null):AsyncToken
I couldn't find a such method in silverlight featurelayer class. Can someone give suggestion on how to achieve the same result in silverlight?
Thanks.