public virtual grpc::AsyncUnaryCall <global::EHContactGrpcService.Protos.ContactsResponse> GetAllContactsAsync(global::EHContactGrpcService.Protos.GetAllRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_GetAllContacts, null, options, request));
 }
Example #2
0
 public virtual global::System.Threading.Tasks.Task <global::EHContactGrpcService.Protos.ContactsResponse> GetAllContacts(global::EHContactGrpcService.Protos.GetAllRequest request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
 public virtual grpc::AsyncUnaryCall <global::EHContactGrpcService.Protos.ContactsResponse> GetAllContactsAsync(global::EHContactGrpcService.Protos.GetAllRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(GetAllContactsAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }