ArcGIS Runtime SDK for WPF - Library Reference
ComputeTiePointsTaskAsync(ComputeTiePointsParameters,CancellationToken) Method
See Also 
ESRI.ArcGIS.Client.Tasks Namespace > ComputeTiePointsTask Class > ComputeTiePointsTaskAsync Method : ComputeTiePointsTaskAsync(ComputeTiePointsParameters,CancellationToken) Method

parameter
The compute tie point parameter.
cancellationToken
The cancellation token.
Task that computes tie points from an image server.

Syntax

Visual Basic (Declaration) 
Public Overloads Function ComputeTiePointsTaskAsync( _
   ByVal parameter As ComputeTiePointsParameters, _
   ByVal cancellationToken As CancellationToken _
) As Task(Of ComputeTiePointsResult)

Parameters

parameter
The compute tie point parameter.
cancellationToken
The cancellation token.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.