예제 #1
0
        public Status CARDOPS([System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] webRequestCommon WebRequestCommon, [System.Xml.Serialization.XmlArrayAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)][System.Xml.Serialization.XmlArrayItemAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] enquiryInputCollection[] SONFETCHCARDINFOType, [System.Xml.Serialization.XmlElementAttribute("SONFETCHCARDINFOType", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] out SONFETCHCARDINFOType[] SONFETCHCARDINFOType1)
        {
            object[] results = this.Invoke("CARDOPS", new object[] {
                WebRequestCommon,
                SONFETCHCARDINFOType
            });

            SONFETCHCARDINFOType1 = ((SONFETCHCARDINFOType[])(results[1]));
            return((Status)(results[0]));
        }
예제 #2
0
 /// <remarks/>
 public void CARDOPSAsync(webRequestCommon WebRequestCommon, enquiryInputCollection[] SONFETCHCARDINFOType, object userState)
 {
     if ((this.CARDOPSOperationCompleted == null))
     {
         this.CARDOPSOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCARDOPSOperationCompleted);
     }
     this.InvokeAsync("CARDOPS", new object[] {
         WebRequestCommon,
         SONFETCHCARDINFOType
     }, this.CARDOPSOperationCompleted, userState);
 }
예제 #3
0
 /// <remarks/>
 public void CARDOPSAsync(webRequestCommon WebRequestCommon, enquiryInputCollection[] SONFETCHCARDINFOType)
 {
     this.CARDOPSAsync(WebRequestCommon, SONFETCHCARDINFOType, null);
 }