






|
| Microsoft.Activities.Extensions |
| FileTracker..::..EndTrack Method |
| FileTracker Class See Also Send Feedback |
When implemented in a derived class, represents the end of an asynchronous tracking operation.
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 override void EndTrack( IAsyncResult result ) |
| Visual Basic |
|---|
Protected Overrides Sub EndTrack ( _ result As IAsyncResult _ ) |
| Visual C++ |
|---|
protected: virtual void EndTrack( IAsyncResult^ result ) override |
Parameters
- result
- Type: System..::..IAsyncResult
The status of the operation.
