BookmarkResumptionRecord(Guid, Int64, Guid, String, ActivityInfo) Construtor
Definição
Inicializa uma nova instância da classe BookmarkResumptionRecord usando a ID de instância especificada, o número de registro, o escopo do indicador, o nome do indicador e o proprietário.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)
Parâmetros
- instanceId
- Guid
A ID de instância de atividade associada.The instance ID of the associated activity.
- recordNumber
- Int64
Uma sequência que define a ordem na qual os registros de acompanhamento são gerados.A sequence that defines the order in which tracking records are generated.
- bookmarkScope
- Guid
A ID de BookmarkScope da atividade associada.The ID of the associated activity's BookmarkScope.
- bookmarkName
- String
O nome do indicador.The bookmark name.
- owner
- ActivityInfo
A atividade que estava aguardando o indicador ser retomado.The activity that was waiting for the bookmark to be resumed.