public virtual global::System.Threading.Tasks.Task <global::Overt.GrpcExample.Service.Grpc.AskResponse> Ask(global::Overt.GrpcExample.Service.Grpc.AskRequest request, grpc::ServerCallContext context) { throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); }
public virtual grpc::AsyncUnaryCall <global::Overt.GrpcExample.Service.Grpc.AskResponse> AskAsync(global::Overt.GrpcExample.Service.Grpc.AskRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { return(AskAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken))); }
public virtual grpc::AsyncUnaryCall <global::Overt.GrpcExample.Service.Grpc.AskResponse> AskAsync(global::Overt.GrpcExample.Service.Grpc.AskRequest request, grpc::CallOptions options) { return(CallInvoker.AsyncUnaryCall(__Method_Ask, null, options, request)); }
public virtual global::Overt.GrpcExample.Service.Grpc.AskResponse Ask(global::Overt.GrpcExample.Service.Grpc.AskRequest request, grpc::Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken)) { return(Ask(request, new grpc::CallOptions(headers, deadline, cancellationToken))); }