コード例 #1
0
 public Task<IDestroySessionRes> DestroySessionAsync(DestroySessionArgs args)
 {
     return _remoteProcedureCaller.RpcAsync<IDestroySessionRes>(args);
 }
コード例 #2
0
 public Task <IDestroySessionRes> DestroySessionAsync(DestroySessionArgs args)
 {
     return(_remoteProcedureCaller.RpcAsync <IDestroySessionRes>(args));
 }