BookmarkResumptionRecord 类

定义

包含运行时跟踪基础结构在恢复 Bookmark 时发送给跟踪参与者的数据。Contains the data sent to a tracking participant by the run-time tracking infrastructure when a Bookmark is resumed.

public ref class BookmarkResumptionRecord sealed : System::Activities::Tracking::TrackingRecord
[System.Runtime.Serialization.DataContract]
public sealed class BookmarkResumptionRecord : System.Activities.Tracking.TrackingRecord
[<System.Runtime.Serialization.DataContract>]
type BookmarkResumptionRecord = class
    inherit TrackingRecord
Public NotInheritable Class BookmarkResumptionRecord
Inherits TrackingRecord
继承
BookmarkResumptionRecord
属性

构造函数

BookmarkResumptionRecord(Guid, Int64, Guid, String, ActivityInfo)

使用指定的实例 ID、记录号、书签范围、书签名称和所有者初始化 BookmarkResumptionRecord 类的新实例。Initializes a new instance of the BookmarkResumptionRecord class using the specified instance ID, record number, bookmark scope, bookmark name and owner.

属性

Annotations

在派生类中实现时,表示添加到此跟踪记录的名称/值对的集合。When implemented in a derived class, represents a collection of name/value pairs that are added to this tracking record.

(继承自 TrackingRecord)
BookmarkName

获取工作流执行引擎恢复的 Bookmark 的名称。Gets the name of the Bookmark that is resumed by the workflow execution engine.

BookmarkScope

获取与此书签关联的 BookmarkScope 的范围 ID。Gets the scope ID of the BookmarkScope that is associated with this bookmark.

EventTime

在派生类中实现时,表示跟踪记录发生时的时间。When implemented in a derived class, represents the time the tracking record occurred.

(继承自 TrackingRecord)
InstanceId

在派生类中实现时,表示生成工作流实例的 ID。When implemented in a derived class, represents the ID of the generating workflow instance.

(继承自 TrackingRecord)
Level

获取事件的 TraceLevelGets the TraceLevel of the event.

(继承自 TrackingRecord)
Owner

获取有关正在等待书签恢复的 ActivityInfo 对象的信息。Gets information on the ActivityInfo object that was waiting for the bookmark to be resumed.

Payload

获取在恢复 Bookmark 时提供的值。Gets the value that was supplied when the Bookmark was resumed.

RecordNumber

一个定义跟踪记录生成顺序的序列。A sequence that defines the order in which tracking records are generated.

(继承自 TrackingRecord)

方法

Clone()

创建 TrackingRecord 的副本。Creates a copy of the TrackingRecord.

(继承自 TrackingRecord)
Equals(Object)

确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object.

(继承自 Object)
GetHashCode()

作为默认哈希函数。Serves as the default hash function.

(继承自 Object)
GetType()

获取当前实例的 TypeGets the Type of the current instance.

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。Creates a shallow copy of the current Object.

(继承自 Object)
ToString()

返回一个表示当前 String 对象的 BookmarkResumptionRecordReturns a String that represents the current BookmarkResumptionRecord object.

适用于