コード例 #1
0
ファイル: Reference.cs プロジェクト: gswsCodetree/gswsjuncode
        public TopupResBean RWMSTopup([System.Xml.Serialization.XmlElementAttribute(IsNullable = true)] TopupReqBean topupReqBean)
        {
            object[] results = this.Invoke("RWMSTopup", new object[] {
                topupReqBean
            });

            return((TopupResBean)(results[0]));
        }
コード例 #2
0
ファイル: Reference.cs プロジェクト: gswsCodetree/gswsjuncode
 /// <remarks/>
 public void RWMSTopupAsync(TopupReqBean topupReqBean, object userState)
 {
     if ((this.RWMSTopupOperationCompleted == null))
     {
         this.RWMSTopupOperationCompleted = new System.Threading.SendOrPostCallback(this.OnRWMSTopupOperationCompleted);
     }
     this.InvokeAsync("RWMSTopup", new object[] {
         topupReqBean
     }, this.RWMSTopupOperationCompleted, userState);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: gswsCodetree/gswsjuncode
 /// <remarks/>
 public void RWMSTopupAsync(TopupReqBean topupReqBean)
 {
     this.RWMSTopupAsync(topupReqBean, null);
 }