ActivityScheduledRecord(Guid, Int64, ActivityInfo, 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 ActivityScheduledRecord class using the specified instance ID, record number, activity and child activity.
public:
ActivityScheduledRecord(Guid instanceId, long recordNumber, System::Activities::Tracking::ActivityInfo ^ activity, System::Activities::Tracking::ActivityInfo ^ child);
public ActivityScheduledRecord (Guid instanceId, long recordNumber, System.Activities.Tracking.ActivityInfo activity, System.Activities.Tracking.ActivityInfo child);
new System.Activities.Tracking.ActivityScheduledRecord : Guid * int64 * System.Activities.Tracking.ActivityInfo * System.Activities.Tracking.ActivityInfo -> System.Activities.Tracking.ActivityScheduledRecord
Public Sub New (instanceId As Guid, recordNumber As Long, activity As ActivityInfo, child As ActivityInfo)
Parameters
- instanceId
- Guid
The instance ID of the scheduled activity.
- recordNumber
- Int64
A sequence that indicates the order in which tracking records are generated.
- activity
- ActivityInfo
The activity issuing the scheduled execution request.
- child
- ActivityInfo
The scheduled activity.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.