IGraphProvider.BeginGetGraphData(IGraphContext) Method

Definition

Get some data for the given graph context. The provider should watch the CancellationToken and ThrowIfCancelled in regular places in case it is a long running operation and the caller has decided they don't want any more data. This call could come in on any thread, so the provider has to be able to handle that.

public:
 void BeginGetGraphData(Microsoft::VisualStudio::GraphModel::IGraphContext ^ context);
public void BeginGetGraphData (Microsoft.VisualStudio.GraphModel.IGraphContext context);
abstract member BeginGetGraphData : Microsoft.VisualStudio.GraphModel.IGraphContext -> unit
Public Sub BeginGetGraphData (context As IGraphContext)

Parameters

context
IGraphContext

Applies to