コード例 #1
0
 public System.Threading.Tasks.Task <SoftSkill.GetProfileScoreResponse> GetProfileScoreAsync(double BestScore, System.DateTime BestSCoreDatetime, SoftSkill.ArrayOfDateTime LastScoresDateTime, SoftSkill.ArrayOfDouble LastScores, double PlayerPlayP, double PlayerPlayL, double PlayerPlayA, double PlayerPlayY, double GamePlayP, double GamePlayL, double GamePlayA, double GamePlayY)
 {
     SoftSkill.GetProfileScoreRequest inValue = new SoftSkill.GetProfileScoreRequest();
     inValue.Body                    = new SoftSkill.GetProfileScoreRequestBody();
     inValue.Body.BestScore          = BestScore;
     inValue.Body.BestSCoreDatetime  = BestSCoreDatetime;
     inValue.Body.LastScoresDateTime = LastScoresDateTime;
     inValue.Body.LastScores         = LastScores;
     inValue.Body.PlayerPlayP        = PlayerPlayP;
     inValue.Body.PlayerPlayL        = PlayerPlayL;
     inValue.Body.PlayerPlayA        = PlayerPlayA;
     inValue.Body.PlayerPlayY        = PlayerPlayY;
     inValue.Body.GamePlayP          = GamePlayP;
     inValue.Body.GamePlayL          = GamePlayL;
     inValue.Body.GamePlayA          = GamePlayA;
     inValue.Body.GamePlayY          = GamePlayY;
     return(((SoftSkill.wsTestPlayPublicSoap)(this)).GetProfileScoreAsync(inValue));
 }
コード例 #2
0
 System.Threading.Tasks.Task <SoftSkill.GetProfileScoreResponse> SoftSkill.wsTestPlayPublicSoap.GetProfileScoreAsync(SoftSkill.GetProfileScoreRequest request)
 {
     return(base.Channel.GetProfileScoreAsync(request));
 }