public global::grpc.testing.Empty EmptyCall(global::grpc.testing.Empty request, CancellationToken token = default(CancellationToken)) { var call = CreateCall(__ServiceName, __Method_EmptyCall); return(Calls.BlockingUnaryCall(call, request, token)); }
public Task <global::grpc.testing.Empty> EmptyCallAsync(global::grpc.testing.Empty request, Metadata headers = null, CancellationToken cancellationToken = default(CancellationToken)) { var call = CreateCall(__ServiceName, __Method_EmptyCall, headers); return(Calls.AsyncUnaryCall(call, request, cancellationToken)); }
public AsyncUnaryCall <global::grpc.testing.Empty> EmptyCallAsync(global::grpc.testing.Empty request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken)) { var call = CreateCall(__Method_EmptyCall, new CallOptions(headers, deadline, cancellationToken)); return(Calls.AsyncUnaryCall(call, request)); }
public AsyncUnaryCall <global::grpc.testing.Empty> EmptyCallAsync(global::grpc.testing.Empty request, CallOptions options) { var call = CreateCall(__Method_EmptyCall, options); return(Calls.AsyncUnaryCall(call, request)); }
public global::grpc.testing.Empty EmptyCall(global::grpc.testing.Empty request, CallOptions options) { var call = CreateCall(__Method_EmptyCall, options); return(Calls.BlockingUnaryCall(call, request)); }