DurableInstanceContext.EndPersist Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Ends an asynchronous persist process.
Namespace: System.ServiceModel.Activities.Dispatcher
Assembly: System.ServiceModel.Activities (in System.ServiceModel.Activities.dll)
Syntax
'Declaration
Public Sub EndPersist ( _
result As IAsyncResult _
)
'Usage
Dim instance As DurableInstanceContext
Dim result As IAsyncResult
instance.EndPersist(result)
public void EndPersist(
IAsyncResult result
)
public:
void EndPersist(
IAsyncResult^ result
)
public function EndPersist(
result : IAsyncResult
)
member EndPersist :
result:IAsyncResult -> unit
Parameters
- result
Type: System.IAsyncResult
IAsyncResult
Represents the status of an asynchronous operation.
Platforms
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information
.NET Framework
Supported in: 4