Esempio n. 1
0
 public virtual global::ActorPlayground.Remote.Unit Emit(global::ActorPlayground.Remote.MessageEnvelope request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(Emit(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
Esempio n. 2
0
 public virtual grpc::AsyncUnaryCall <global::ActorPlayground.Remote.MessageEnvelope> SendAsync(global::ActorPlayground.Remote.MessageEnvelope request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_Send, null, options, request));
 }
Esempio n. 3
0
 public virtual grpc::AsyncUnaryCall <global::ActorPlayground.Remote.MessageEnvelope> ReceiveCommandAsync(global::ActorPlayground.Remote.MessageEnvelope request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(ReceiveCommandAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
Esempio n. 4
0
 public virtual global::System.Threading.Tasks.Task <global::ActorPlayground.Remote.Unit> Emit(global::ActorPlayground.Remote.MessageEnvelope request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
Esempio n. 5
0
 public virtual global::ActorPlayground.Remote.MessageEnvelope ReceiveCommand(global::ActorPlayground.Remote.MessageEnvelope request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_ReceiveCommand, null, options, request));
 }