IGraphProvider.BeginGetGraphData(IGraphContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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