Example #1
0
 public System.Threading.Tasks.Task <Gro.Infrastructure.Data.SessionService.getChallengeQuestionsResponse> getChallengeQuestionsAsync(string principle, Gro.Infrastructure.Data.SessionService.WSLocale wsLocale)
 {
     Gro.Infrastructure.Data.SessionService.getChallengeQuestionsRequest inValue = new Gro.Infrastructure.Data.SessionService.getChallengeQuestionsRequest();
     inValue.principle = principle;
     inValue.wsLocale  = wsLocale;
     return(((Gro.Infrastructure.Data.SessionService.WSSessionService)(this)).getChallengeQuestionsAsync(inValue));
 }
Example #2
0
 public string[] getChallengeQuestions(string principle, Gro.Infrastructure.Data.SessionService.WSLocale wsLocale)
 {
     Gro.Infrastructure.Data.SessionService.getChallengeQuestionsRequest inValue = new Gro.Infrastructure.Data.SessionService.getChallengeQuestionsRequest();
     inValue.principle = principle;
     inValue.wsLocale  = wsLocale;
     Gro.Infrastructure.Data.SessionService.getChallengeQuestionsResponse retVal = ((Gro.Infrastructure.Data.SessionService.WSSessionService)(this)).getChallengeQuestions(inValue);
     return(retVal.getChallengeQuestionsReturn);
 }
Example #3
0
 System.Threading.Tasks.Task <Gro.Infrastructure.Data.SessionService.getChallengeQuestionsResponse> Gro.Infrastructure.Data.SessionService.WSSessionService.getChallengeQuestionsAsync(Gro.Infrastructure.Data.SessionService.getChallengeQuestionsRequest request)
 {
     return(base.Channel.getChallengeQuestionsAsync(request));
 }
Example #4
0
 Gro.Infrastructure.Data.SessionService.getChallengeQuestionsResponse Gro.Infrastructure.Data.SessionService.WSSessionService.getChallengeQuestions(Gro.Infrastructure.Data.SessionService.getChallengeQuestionsRequest request)
 {
     return(base.Channel.getChallengeQuestions(request));
 }