public GetProfileScoreRequestBody(double BestScore, System.DateTime BestSCoreDatetime, ServiceReference1.ArrayOfDateTime LastScoresDateTime, ServiceReference1.ArrayOfDouble LastScores, double PlayerPlayP, double PlayerPlayL, double PlayerPlayA, double PlayerPlayY, double GamePlayP, double GamePlayL, double GamePlayA, double GamePlayY) { this.BestScore = BestScore; this.BestSCoreDatetime = BestSCoreDatetime; this.LastScoresDateTime = LastScoresDateTime; this.LastScores = LastScores; this.PlayerPlayP = PlayerPlayP; this.PlayerPlayL = PlayerPlayL; this.PlayerPlayA = PlayerPlayA; this.PlayerPlayY = PlayerPlayY; this.GamePlayP = GamePlayP; this.GamePlayL = GamePlayL; this.GamePlayA = GamePlayA; this.GamePlayY = GamePlayY; }
public System.Threading.Tasks.Task <ServiceReference1.GetProfileScoreResponse> GetProfileScoreAsync(double BestScore, System.DateTime BestSCoreDatetime, ServiceReference1.ArrayOfDateTime LastScoresDateTime, ServiceReference1.ArrayOfDouble LastScores, double PlayerPlayP, double PlayerPlayL, double PlayerPlayA, double PlayerPlayY, double GamePlayP, double GamePlayL, double GamePlayA, double GamePlayY) { ServiceReference1.GetProfileScoreRequest inValue = new ServiceReference1.GetProfileScoreRequest(); inValue.Body = new ServiceReference1.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(((ServiceReference1.wsTestPlayPublicSoap)(this)).GetProfileScoreAsync(inValue)); }