Class BookmarkResumptionRecord
Inherited Members
Namespace: System.Activities.Tracking
Assembly: System.Activities.dll
Syntax
public sealed class BookmarkResumptionRecord : TrackingRecord
Constructors
BookmarkResumptionRecord(Guid, Int64, Guid, String, ActivityInfo)
Declaration
public BookmarkResumptionRecord(Guid instanceId, long recordNumber, Guid bookmarkScope, string bookmarkName, ActivityInfo owner)
Parameters
System.Guid
instanceId
|
System.Int64
recordNumber
|
System.Guid
bookmarkScope
|
System.String
bookmarkName
|
ActivityInfo
owner
|
Properties
BookmarkName
Declaration
public string BookmarkName { get; }
Property Value
System.String
|
BookmarkScope
Declaration
public Guid BookmarkScope { get; }
Property Value
System.Guid
|
Owner
Payload
Declaration
public object Payload { get; }
Property Value
System.Object
|
Methods
Clone()
ToString()
Declaration
public override string ToString()
Returns
System.String
|