Exemplo n.º 1
0
 public virtual grpc::AsyncUnaryCall <global::APIServer.GameRecordResult> UserGameRecordAsync(global::APIServer.Account request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_UserGameRecord, null, options, request));
 }
Exemplo n.º 2
0
 public virtual grpc::AsyncUnaryCall <global::APIServer.FriendList> FriendListFormAsync(global::APIServer.Account request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_FriendListForm, null, options, request));
 }
Exemplo n.º 3
0
 public virtual grpc::AsyncUnaryCall <global::APIServer.GameRecordResult> UserGameRecordAsync(global::APIServer.Account request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(UserGameRecordAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
Exemplo n.º 4
0
 public virtual global::APIServer.FriendList FriendListForm(global::APIServer.Account request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(FriendListForm(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
Exemplo n.º 5
0
 public virtual grpc::AsyncUnaryCall <global::APIServer.MailList> MailAsync(global::APIServer.Account request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_Mail, null, options, request));
 }
Exemplo n.º 6
0
 public virtual global::APIServer.MailList Mail(global::APIServer.Account request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_Mail, null, options, request));
 }
Exemplo n.º 7
0
 public virtual grpc::AsyncUnaryCall <global::APIServer.Confirm> AttendanceAsync(global::APIServer.Account request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_Attendance, null, options, request));
 }
Exemplo n.º 8
0
 public virtual global::APIServer.Confirm Attendance(global::APIServer.Account request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_Attendance, null, options, request));
 }