Exemplo n.º 1
0
 public virtual global::GrpcAuthorClient.AuthorResponse GetAuthor(global::GrpcAuthorClient.AuthorRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_GetAuthor, null, options, request));
 }
Exemplo n.º 2
0
 public virtual grpc::AsyncUnaryCall <global::GrpcAuthorClient.AuthorResponse> GetAuthorAsync(global::GrpcAuthorClient.AuthorRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(GetAuthorAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
Exemplo n.º 3
0
 public virtual grpc::AsyncUnaryCall <global::GrpcAuthorClient.AuthorResponse> GetAuthorAsync(global::GrpcAuthorClient.AuthorRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_GetAuthor, null, options, request));
 }