IExplorerHierarchy.PerformAsynchronousBuild 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.
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
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.