Assembly IndexingServerSample
Type Properties.Resources - A strongly-typed resource class, for looking up localized strings, etc.
Property ResourceManager - Returns the cached ResourceManager instance used by this class.
Property Culture - Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.
Type IndexingServerManager - helper methods to perform local and remote Indexing Server catalog queries
Field components - Required designer variable.
Method Dispose() - Clean up any resources being used.
disposing - true if managed resources should be disposed; otherwise, false.
Method InitializeComponent() - Required method for Designer support - do not modify the contents of this method with the code editor.
Constructor IndexingServerManager() - initialization
Method ShowQueryResults() - refreshes the ListView with the latest query result
DataReader - the query result
Method ExecuteLocalButton_Click() - execute the local query and show the result set
sender - event sender
e - event arguments
Method ExecuteRemoteButton_Click() - execute the remote query and show the result set
sender - event sender
e - event arguments
Method CloseButton_Click() - closes the form
sender - event sender
e - event arguments
Method IndexingServerManager_Load() - prefill the machine name with the local machine name
sender - event sender
e - event arguments
Method ShowUrl() - launch a URL in the browser to show the MSDN help
HelpUrl - the help URL to use
Method MsdnHelpButton_Click() - show the MSDN help topic
sender - event sender
e - event arguments