public virtual grpc::AsyncServerStreamingCall <global::Nethermind.Grpc.SubscriptionResponse> Subscribe(global::Nethermind.Grpc.SubscriptionRequest request, grpc::CallOptions options) { return(CallInvoker.AsyncServerStreamingCall(__Method_Subscribe, null, options, request)); }
public virtual global::System.Threading.Tasks.Task Subscribe(global::Nethermind.Grpc.SubscriptionRequest request, grpc::IServerStreamWriter <global::Nethermind.Grpc.SubscriptionResponse> responseStream, grpc::ServerCallContext context) { throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); }
public virtual grpc::AsyncServerStreamingCall <global::Nethermind.Grpc.SubscriptionResponse> Subscribe(global::Nethermind.Grpc.SubscriptionRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { return(Subscribe(request, new grpc::CallOptions(headers, deadline, cancellationToken))); }