示例#1
0
 public MobileSrc.FantasticFingerFun.ScoreCenter.RegisterScoreResponse EndRegisterScore(System.IAsyncResult result)
 {
     object[] _args = new object[0];
     MobileSrc.FantasticFingerFun.ScoreCenter.RegisterScoreResponse _result = ((MobileSrc.FantasticFingerFun.ScoreCenter.RegisterScoreResponse)(base.EndInvoke("RegisterScore", _args, result)));
     return(_result);
 }
示例#2
0
 private ScoreItem[] EndRegisterScore(System.IAsyncResult result)
 {
     MobileSrc.FantasticFingerFun.ScoreCenter.RegisterScoreResponse retVal = ((MobileSrc.FantasticFingerFun.ScoreCenter.ScoreServiceSoap)(this)).EndRegisterScore(result);
     return(retVal.RegisterScoreResult);
 }