EndTrack Method

MS Activities Extensions

Collapse imageExpand ImageCopy imageCopyHover image
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.

See Also