Compartir a través de


EndNavigateTo Method

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

Obtains the return value from the BeginNavigateTo asynchronous delegate.

Namespace:  System.Dataflow
Assembly:  System.Dataflow (in System.Dataflow.dll)

Syntax

'Declaration
PublicFunctionEndNavigateTo ( _
    asyncResultAsIAsyncResult _
) AsNode
'Usage
DiminstanceAsNodeDimasyncResultAsIAsyncResultDimreturnValueAsNodereturnValue = instance.EndNavigateTo(asyncResult)
publicNodeEndNavigateTo(
    IAsyncResultasyncResult
)
public:
NodeEndNavigateTo(
    IAsyncResult^ asyncResult
)
publicfunctionEndNavigateTo(
    asyncResult : IAsyncResult
) : Node

Parameters

Return Value

Type: System.Dataflow. . :: . .Node
The node.

.NET Framework Security

See Also

Reference

Node Structure

Node Members

System.Dataflow Namespace