BookmarkResumptionRecord(Guid, Int64, Guid, String, ActivityInfo) Constructor
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.
Initializes a new instance of the BookmarkResumptionRecord class using the specified instance ID, record number, bookmark scope, bookmark name and owner.
public:
BookmarkResumptionRecord(Guid instanceId, long recordNumber, Guid bookmarkScope, System::String ^ bookmarkName, System::Activities::Tracking::ActivityInfo ^ owner);
public BookmarkResumptionRecord (Guid instanceId, long recordNumber, Guid bookmarkScope, string bookmarkName, System.Activities.Tracking.ActivityInfo owner);
new System.Activities.Tracking.BookmarkResumptionRecord : Guid * int64 * Guid * string * System.Activities.Tracking.ActivityInfo -> System.Activities.Tracking.BookmarkResumptionRecord
Public Sub New (instanceId As Guid, recordNumber As Long, bookmarkScope As Guid, bookmarkName As String, owner As ActivityInfo)
Parameters
- instanceId
- Guid
The instance ID of the associated activity.
- recordNumber
- Int64
A sequence that defines the order in which tracking records are generated.
- bookmarkScope
- Guid
The ID of the associated activity's BookmarkScope.
- bookmarkName
- String
The bookmark name.
- owner
- ActivityInfo
The activity that was waiting for the bookmark to be resumed.