Example #1
0
 public virtual grpc::AsyncServerStreamingCall <global::Moula.CustomerService.ContactTypeResponse> GetAllContactTypes(global::Moula.CustomerService.ContactTypeRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncServerStreamingCall(__Method_GetAllContactTypes, null, options, request));
 }
Example #2
0
 public virtual global::System.Threading.Tasks.Task GetAllContactTypes(global::Moula.CustomerService.ContactTypeRequest request, grpc::IServerStreamWriter <global::Moula.CustomerService.ContactTypeResponse> responseStream, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
Example #3
0
 public virtual grpc::AsyncServerStreamingCall <global::Moula.CustomerService.ContactTypeResponse> GetAllContactTypes(global::Moula.CustomerService.ContactTypeRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(GetAllContactTypes(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }