public virtual grpc::AsyncServerStreamingCall <global::Proto.VQLResponse> Query(global::Proto.VQLCollectorArgs request, grpc::CallOptions options) { return(CallInvoker.AsyncServerStreamingCall(__Method_Query, null, options, request)); }
public virtual global::System.Threading.Tasks.Task Query(global::Proto.VQLCollectorArgs request, grpc::IServerStreamWriter <global::Proto.VQLResponse> responseStream, grpc::ServerCallContext context) { throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); }
public virtual grpc::AsyncServerStreamingCall <global::Proto.VQLResponse> Query(global::Proto.VQLCollectorArgs request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { return(Query(request, new grpc::CallOptions(headers, deadline, cancellationToken))); }