Beispiel #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));
 }
Beispiel #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));
 }
Beispiel #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)));
 }
Beispiel #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)));
 }
Beispiel #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));
 }
Beispiel #6
0
 public virtual global::APIServer.MailList Mail(global::APIServer.Account request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_Mail, null, options, request));
 }
Beispiel #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));
 }
Beispiel #8
0
 public virtual global::APIServer.Confirm Attendance(global::APIServer.Account request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_Attendance, null, options, request));
 }