PersistenceProvider.EndUpdate(IAsyncResult) Method

Definition

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.

Applies to