Lucene.Net.Search.TestRemoteSearchable.LookupRemote C# (CSharp) Method

LookupRemote() private static method

private static LookupRemote ( ) : Lucene.Net.Search.Searchable
return Lucene.Net.Search.Searchable
		private static Lucene.Net.Search.Searchable LookupRemote()
		{
			return (Lucene.Net.Search.Searchable) Activator.GetObject(typeof(Lucene.Net.Search.Searchable), "http://localhost/Searchable");
		}