public virtual grpc::AsyncUnaryCall <global::AspNetCore.GrpcServiceDemo.Protos.CreateOrderReply> CreateOrderAsync(global::AspNetCore.GrpcServiceDemo.Protos.CreateOrderRequest request, grpc::CallOptions options) { return(CallInvoker.AsyncUnaryCall(__Method_CreateOrder, null, options, request)); }
public virtual grpc::AsyncUnaryCall <global::AspNetCore.GrpcServiceDemo.Protos.CreateOrderReply> CreateOrderAsync(global::AspNetCore.GrpcServiceDemo.Protos.CreateOrderRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { return(CreateOrderAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken))); }