PersistenceProvider.EndUpdate(IAsyncResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the end of the Update phase. The Update phase occurs when service state records are updated in the persistence store.
public:
abstract System::Object ^ EndUpdate(IAsyncResult ^ result);
public abstract object EndUpdate (IAsyncResult result);
abstract member EndUpdate : IAsyncResult -> obj
Public MustOverride Function EndUpdate (result As IAsyncResult) As Object
Parameters
- result
- IAsyncResult
A reference to the result of the operation.
Returns
The instance token corresponding to the state just saved. This can be passed to LoadIfChanged(TimeSpan, Object, Object) to determine whether the state in the persistence store differs from the state when Create was called.