This document is archived and information here might be outdated. Recommended version. |
Responds to the client building or rebuilding the locator.
[Visual Basic .NET] Public Sub OnBuild ( _ ByVal rebuild As Boolean, _ ByVal tableName As String, _ ByVal configKeyword As String, _ ByVal pCancelTracker As ITrackCancel _ )
[C#] public void OnBuild ( bool rebuild, string tableName, string configKeyword, ITrackCancel pCancelTracker );
[C++]
HRESULT OnBuild(
VARIANT_BOOL rebuild,
BSTR tableName,
BSTR configKeyword,
ITrackCancel* pCancelTracker
);
[C++] Parameters rebuild [in]
rebuild is a parameter of type bool tableName [in]
tableName is a parameter of type BSTR configKeyword [in]
configKeyword is a parameter of type BSTR pCancelTracker [in]
pCancelTracker is a parameter of type ITrackCancel*