Microsoft.Activities.Extensions |
TypedTrackingParticipant..::..Track Method (SendMessageRecord, TimeSpan) |
TypedTrackingParticipant Class See Also Send Feedback |
When implemented in a derived class, used to synchronously process the tracking record.
Namespace: Microsoft.Activities.Extensions.Tracking
Assembly: Microsoft.Activities.Extensions (in Microsoft.Activities.Extensions.dll) Version: 2.0.6.9 (2.0.6.9)
Syntax
C# |
---|
protected virtual void Track( SendMessageRecord record, TimeSpan timeout ) |
Visual Basic |
---|
Protected Overridable Sub Track ( _ record As SendMessageRecord, _ timeout As TimeSpan _ ) |
Visual C++ |
---|
protected: virtual void Track( SendMessageRecord^ record, TimeSpan timeout ) |
Parameters
- record
- Type: System.ServiceModel.Activities.Tracking..::..SendMessageRecord
The generated tracking record.
- timeout
- Type: System..::..TimeSpan
The time period after which the provider aborts the attempt.