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

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
PublicOverridableFunctionBeginNavigateTo ( _
    scopeAsNode, _
    referenceAsGraphReference, _
    callbackAsAsyncCallback, _
    asyncStateAsObject _
) AsIAsyncResult
'Usage
DiminstanceAsGraphStoreDimscopeAsNodeDimreferenceAsGraphReferenceDimcallbackAsAsyncCallbackDimasyncStateAsObjectDimreturnValueAsIAsyncResultreturnValue = instance.BeginNavigateTo(scope, _
    reference, callback, asyncState)
publicvirtualIAsyncResultBeginNavigateTo(
    Nodescope,
    GraphReferencereference,
    AsyncCallbackcallback,
    ObjectasyncState
)
public:
virtualIAsyncResult^ BeginNavigateTo(
    Nodescope, 
    GraphReferencereference, 
    AsyncCallback^ callback, 
    Object^ asyncState
)
publicfunctionBeginNavigateTo(
    scope : Node, 
    reference : GraphReference, 
    callback : AsyncCallback, 
    asyncState : Object
) : IAsyncResult

Parameters

  • asyncState
    Type: System. . :: . .Object
    The status information about the state of the asynchronous operation.

Return Value

Type: System. . :: . .IAsyncResult
The asynchronous result.

.NET Framework Security

See Also

Reference

GraphStore Class

GraphStore Members

System.Dataflow Namespace