コード例 #1
0
 public System.Threading.Tasks.Task <TreasureHuntDesktopApplication.FullClient.TreasureHuntService.huntparticipant[]> GetHuntParticipantsAsync(TreasureHuntDesktopApplication.FullClient.TreasureHuntService.hunt currentTreasureHunt)
 {
     return(base.Channel.GetHuntParticipantsAsync(currentTreasureHunt));
 }
コード例 #2
0
 public TreasureHuntDesktopApplication.FullClient.TreasureHuntService.huntparticipant[] GetHuntParticipants(TreasureHuntDesktopApplication.FullClient.TreasureHuntService.hunt currentTreasureHunt)
 {
     return(base.Channel.GetHuntParticipants(currentTreasureHunt));
 }
コード例 #3
0
 public System.Threading.Tasks.Task <long[]> GetHuntQuestionsAsync(TreasureHuntDesktopApplication.FullClient.TreasureHuntService.hunt hunt)
 {
     return(base.Channel.GetHuntQuestionsAsync(hunt));
 }
コード例 #4
0
 public long[] GetHuntQuestions(TreasureHuntDesktopApplication.FullClient.TreasureHuntService.hunt hunt)
 {
     return(base.Channel.GetHuntQuestions(hunt));
 }
コード例 #5
0
 public System.Threading.Tasks.Task <long> SaveNewHuntAsync(TreasureHuntDesktopApplication.FullClient.TreasureHuntService.hunt newHunt)
 {
     return(base.Channel.SaveNewHuntAsync(newHunt));
 }
コード例 #6
0
 public long SaveNewHunt(TreasureHuntDesktopApplication.FullClient.TreasureHuntService.hunt newHunt)
 {
     return(base.Channel.SaveNewHunt(newHunt));
 }