Construct an instance that will submit query requests to the server represented by the given URI. Note that the URI will not be validated at this time.
[Visual Basic] Public Sub New( _    ByVal serverUri As Uri _ )
[C#] public SimpleQueryRunner(    Uri serverUri );
Parameters
serverUri
A URI that specifies a server per (ContentSourceFactory.NewContentSource(URI)).