示例#1
0
文件: MathGrpc.cs 项目: zs1621/grpc
 /// <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));
 }
示例#2
0
文件: MathGrpc.cs 项目: zs1621/grpc
 /// <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, ""));
 }
示例#3
0
文件: MathGrpc.cs 项目: zs1621/grpc
 /// <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));
 }
示例#4
0
文件: MathGrpc.cs 项目: zs1621/grpc
 /// <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)));
 }
示例#5
0
 /// <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)));
 }
示例#6
0
            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));
            }
示例#7
0
            public global::Math.DivReply Div(global::Math.DivArgs request, CallOptions options)
            {
                var call = CreateCall(__Method_Div, options);

                return(Calls.BlockingUnaryCall(call, request));
            }
示例#8
0
            public AsyncUnaryCall <global::Math.DivReply> DivAsync(global::Math.DivArgs request, CallOptions options)
            {
                var call = CreateCall(__Method_Div, options);

                return(Calls.AsyncUnaryCall(call, request));
            }
示例#9
0
 /// <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)));
 }