Compartir a través de


BeginNavigateTo Method (String, AsyncCallback, Object)

[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.]

Begins to asynchronously resolve a symbolic node reference, using the current node to define the navigation scope.

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

Syntax

'Declaration
PublicFunctionBeginNavigateTo ( _
    pathAsString, _
    callbackAsAsyncCallback, _
    stateAsObject _
) AsIAsyncResult
'Usage
DiminstanceAsNodeDimpathAsStringDimcallbackAsAsyncCallbackDimstateAsObjectDimreturnValueAsIAsyncResultreturnValue = instance.BeginNavigateTo(path, _
    callback, state)
publicIAsyncResultBeginNavigateTo(
    stringpath,
    AsyncCallbackcallback,
    Objectstate
)
public:
IAsyncResult^ BeginNavigateTo(
    String^ path, 
    AsyncCallback^ callback, 
    Object^ state
)
publicfunctionBeginNavigateTo(
    path : String, 
    callback : AsyncCallback, 
    state : Object
) : IAsyncResult

Parameters

Return Value

Type: System. . :: . .IAsyncResult
The status information about the state of the asynchronous operation.

.NET Framework Security

See Also

Reference

Node Structure

Node Members

BeginNavigateTo Overload

System.Dataflow Namespace