DataServiceContext.BeginSaveChanges Method
Silverlight
Submits the pending changes to the data service collected by the DataServiceContext since the last time changes were saved.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
BeginSaveChanges(AsyncCallback, Object) | Asynchronously submits the pending changes to the data service collected by the DataServiceContext since the last time changes were saved. |
|
BeginSaveChanges(SaveChangesOptions, AsyncCallback, Object) | Asynchronously submits the pending changes to the data service collected by the DataServiceContext since the last time changes were saved. |
For an example that uses the BeginSaveChanges method, see Modifying and Deleting Entity Data (WCF Data Services/Silverlight).