Example #1
0
 public virtual grpc::AsyncUnaryCall <global::gRPC_PostgreSql_Server.Reply> UpdateEmployeeAsync(global::gRPC_PostgreSql_Server.EmployeeModel request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(UpdateEmployeeAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
Example #2
0
 public virtual grpc::AsyncUnaryCall <global::gRPC_PostgreSql_Server.Reply> UpdateEmployeeAsync(global::gRPC_PostgreSql_Server.EmployeeModel request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_UpdateEmployee, null, options, request));
 }
Example #3
0
 public virtual global::gRPC_PostgreSql_Server.Reply InsertEmployee(global::gRPC_PostgreSql_Server.EmployeeModel request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_InsertEmployee, null, options, request));
 }