IExplorerHierarchy.PerformAsynchronousBuild Method

Definition

Performs an asynchronous build.

public:
 void PerformAsynchronousBuild(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IExplorerHierarchyNode ^ node, Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::BuildChildren ^ builder, EventHandler ^ finishedExpandingHandler);
public void PerformAsynchronousBuild (Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IExplorerHierarchyNode node, Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.BuildChildren builder, EventHandler finishedExpandingHandler);
abstract member PerformAsynchronousBuild : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IExplorerHierarchyNode * Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.BuildChildren * EventHandler -> unit
Public Sub PerformAsynchronousBuild (node As IExplorerHierarchyNode, builder As BuildChildren, finishedExpandingHandler As EventHandler)

Parameters

node
IExplorerHierarchyNode

A node that is requesting the enumeration.

builder
BuildChildren

A delegate that will perform the build.

finishedExpandingHandler
EventHandler

A delegate that will be called when the nodes are built and added to the tree.

Applies to