BeginNavigateFromRootTo 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 global navigation scope.

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

Syntax

'Declaration
PublicFunctionBeginNavigateFromRootTo ( _
    referenceAsGraphReference, _
    callbackAsAsyncCallback, _
    asyncStateAsObject _
) AsIAsyncResult
'Usage
DiminstanceAsGraphStoreDimreferenceAsGraphReferenceDimcallbackAsAsyncCallbackDimasyncStateAsObjectDimreturnValueAsIAsyncResultreturnValue = instance.BeginNavigateFromRootTo(reference, _
    callback, asyncState)
publicIAsyncResultBeginNavigateFromRootTo(
    GraphReferencereference,
    AsyncCallbackcallback,
    ObjectasyncState
)
public:
IAsyncResult^ BeginNavigateFromRootTo(
    GraphReferencereference, 
    AsyncCallback^ callback, 
    Object^ asyncState
)
publicfunctionBeginNavigateFromRootTo(
    reference : GraphReference, 
    callback : AsyncCallback, 
    asyncState : Object
) : IAsyncResult

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

GraphStore Class

GraphStore Members

System.Dataflow Namespace