public virtual grpc::AsyncUnaryCall <global::GrpcServer.DeepestPayload> GetDeepestPayloadAsync(global::GrpcServer.PayloadId request, grpc::CallOptions options) { return(CallInvoker.AsyncUnaryCall(__Method_GetDeepestPayload, null, options, request)); }
public virtual grpc::AsyncUnaryCall <global::GrpcServer.DeepestPayload> GetDeepestPayloadAsync(global::GrpcServer.PayloadId request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { return(GetDeepestPayloadAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken))); }
public virtual global::GrpcServer.LargePayload GetLargePayload(global::GrpcServer.PayloadId request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { return(GetLargePayload(request, new grpc::CallOptions(headers, deadline, cancellationToken))); }
public virtual global::GrpcServer.DeepestPayload GetDeepestPayload(global::GrpcServer.PayloadId request, grpc::CallOptions options) { return(CallInvoker.BlockingUnaryCall(__Method_GetDeepestPayload, null, options, request)); }
public virtual global::System.Threading.Tasks.Task <global::GrpcServer.DeepestPayload> GetDeepestPayload(global::GrpcServer.PayloadId request, grpc::ServerCallContext context) { throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); }