/// <summary> /// Div divides DivArgs.dividend by DivArgs.divisor and returns the quotient /// and remainder. /// </summary> /// <param name="request">The request to send to the server.</param> /// <param name="options">The options for the call.</param> /// <returns>The call object.</returns> public virtual AsyncUnaryCall <global::Math.DivReply> DivAsync(global::Math.DivArgs request, CallOptions options) { return(CallInvoker.AsyncUnaryCall(__Method_Div, null, options, request)); }
/// <summary> /// Div divides DivArgs.dividend by DivArgs.divisor and returns the quotient /// and remainder. /// </summary> /// <param name="request">The request received from the client.</param> /// <param name="context">The context of the server-side call handler being invoked.</param> /// <returns>The response to send back to the client (wrapped by a task).</returns> public virtual global::System.Threading.Tasks.Task <global::Math.DivReply> Div(global::Math.DivArgs request, ServerCallContext context) { throw new RpcException(new Status(StatusCode.Unimplemented, "")); }
/// <summary> /// Div divides DivArgs.dividend by DivArgs.divisor and returns the quotient /// and remainder. /// </summary> /// <param name="request">The request to send to the server.</param> /// <param name="options">The options for the call.</param> /// <returns>The response received from the server.</returns> public virtual global::Math.DivReply Div(global::Math.DivArgs request, CallOptions options) { return(CallInvoker.BlockingUnaryCall(__Method_Div, null, options, request)); }
/// <summary> /// Div divides DivArgs.dividend by DivArgs.divisor and returns the quotient /// and remainder. /// </summary> /// <param name="request">The request to send to the server.</param> /// <param name="headers">The initial metadata to send with the call. This parameter is optional.</param> /// <param name="deadline">An optional deadline for the call. The call will be cancelled if deadline is hit.</param> /// <param name="cancellationToken">An optional token for canceling the call.</param> /// <returns>The call object.</returns> public virtual AsyncUnaryCall <global::Math.DivReply> DivAsync(global::Math.DivArgs request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken)) { return(DivAsync(request, new CallOptions(headers, deadline, cancellationToken))); }
/// <summary> /// Div divides DivArgs.dividend by DivArgs.divisor and returns the quotient /// and remainder. /// </summary> /// <param name="request">The request to send to the server.</param> /// <param name="headers">The initial metadata to send with the call. This parameter is optional.</param> /// <param name="deadline">An optional deadline for the call. The call will be cancelled if deadline is hit.</param> /// <param name="cancellationToken">An optional token for canceling the call.</param> /// <returns>The call object.</returns> public virtual grpc::AsyncUnaryCall <global::Math.DivReply> DivAsync(global::Math.DivArgs request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { return(DivAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken))); }
public AsyncUnaryCall <global::Math.DivReply> DivAsync(global::Math.DivArgs request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken)) { var call = CreateCall(__Method_Div, new CallOptions(headers, deadline, cancellationToken)); return(Calls.AsyncUnaryCall(call, request)); }
public global::Math.DivReply Div(global::Math.DivArgs request, CallOptions options) { var call = CreateCall(__Method_Div, options); return(Calls.BlockingUnaryCall(call, request)); }
public AsyncUnaryCall <global::Math.DivReply> DivAsync(global::Math.DivArgs request, CallOptions options) { var call = CreateCall(__Method_Div, options); return(Calls.AsyncUnaryCall(call, request)); }
/// <summary> /// Div divides DivArgs.dividend by DivArgs.divisor and returns the quotient /// and remainder. /// </summary> /// <param name="request">The request to send to the server.</param> /// <param name="headers">The initial metadata to send with the call. This parameter is optional.</param> /// <param name="deadline">An optional deadline for the call. The call will be cancelled if deadline is hit.</param> /// <param name="cancellationToken">An optional token for canceling the call.</param> /// <returns>The response received from the server.</returns> public virtual global::Math.DivReply Div(global::Math.DivArgs request, grpc::Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken)) { return(Div(request, new grpc::CallOptions(headers, deadline, cancellationToken))); }