コード例 #1
0
        public UnregisterPercolatorRequestTests()
        {
            var request  = new UnregisterPercolatorRequest("index", "percolator-name");
            var response = this._client.UnregisterPercolator(request);

            this._status = response.ConnectionStatus;
        }
コード例 #2
0
		public UnregisterPercolatorRequestTests()
		{
			var request = new UnregisterPercolatorRequest("index", "percolator-name");
			var response = this._client.UnregisterPercolator(request);
			this._status = response.ConnectionStatus;
		}