コード例 #1
0
 public virtual global::System.Threading.Tasks.Task GetDeltaSyncBlocks(global::Wist.Proto.Model.ByHeightRequest request, grpc::IServerStreamWriter <global::Wist.Proto.Model.SyncBlockDescriptor> responseStream, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
コード例 #2
0
 public virtual global::System.Threading.Tasks.Task GetAllCombinedRegistryBlocksPerSync(global::Wist.Proto.Model.ByHeightRequest request, grpc::IServerStreamWriter <global::Wist.Proto.Model.CombinedRegistryBlockInfo> responseStream, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
コード例 #3
0
 public virtual grpc::AsyncServerStreamingCall <global::Wist.Proto.Model.TransactionInfo> GetCombinedRegistryBlocksContentSinceHeight(global::Wist.Proto.Model.ByHeightRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncServerStreamingCall(__Method_GetCombinedRegistryBlocksContentSinceHeight, null, options, request));
 }
コード例 #4
0
 public virtual grpc::AsyncServerStreamingCall <global::Wist.Proto.Model.TransactionInfo> GetCombinedRegistryBlocksContentSinceHeight(global::Wist.Proto.Model.ByHeightRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(GetCombinedRegistryBlocksContentSinceHeight(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
コード例 #5
0
 public virtual grpc::AsyncServerStreamingCall <global::Wist.Proto.Model.CombinedRegistryBlockInfo> GetAllCombinedRegistryBlocksSinceSync(global::Wist.Proto.Model.ByHeightRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncServerStreamingCall(__Method_GetAllCombinedRegistryBlocksSinceSync, null, options, request));
 }
コード例 #6
0
 public virtual grpc::AsyncServerStreamingCall <global::Wist.Proto.Model.SyncBlockDescriptor> GetDeltaSyncBlocks(global::Wist.Proto.Model.ByHeightRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncServerStreamingCall(__Method_GetDeltaSyncBlocks, null, options, request));
 }
コード例 #7
0
 public virtual grpc::AsyncServerStreamingCall <global::Wist.Proto.Model.SyncBlockDescriptor> GetDeltaSyncBlocks(global::Wist.Proto.Model.ByHeightRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(GetDeltaSyncBlocks(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }