Beispiel #1
0
 public virtual grpc::AsyncUnaryCall <global::Improbable.OnlineServices.Proto.Invite.GetInviteResponse> GetInviteAsync(global::Improbable.OnlineServices.Proto.Invite.GetInviteRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_GetInvite, null, options, request));
 }
Beispiel #2
0
 public virtual global::System.Threading.Tasks.Task <global::Improbable.OnlineServices.Proto.Invite.GetInviteResponse> GetInvite(global::Improbable.OnlineServices.Proto.Invite.GetInviteRequest request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
Beispiel #3
0
 public virtual grpc::AsyncUnaryCall <global::Improbable.OnlineServices.Proto.Invite.GetInviteResponse> GetInviteAsync(global::Improbable.OnlineServices.Proto.Invite.GetInviteRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(GetInviteAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }