Creates a new instance with no query specified.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public SearchAgent( string licenseKey, Configuration configuration )
Public Sub New ( _ licenseKey As String, _ configuration As Configuration _ )
public: SearchAgent( String^ licenseKey, Configuration^ configuration )
Parameters
- licenseKey (String)
- A deployment license key, either generated through the Keyoti web-site or provided for trial purposes.
- configuration (Configuration)
- The instance of the Configuration class that holds the settings to be used.