Ejemplo n.º 1
0
        public Result partPutStore([System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string RequestUser, [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string RequestTime, [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string RequestType, [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string ration_send_code, [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] clientInfo clientInfo)
        {
            object[] results = this.Invoke("partPutStore", new object[] {
                RequestUser,
                RequestTime,
                RequestType,
                ration_send_code,
                clientInfo
            });

            return((Result)(results[0]));
        }
Ejemplo n.º 2
0
 /// <remarks/>
 public void partPutStoreAsync(string RequestUser, string RequestTime, string RequestType, string ration_send_code, clientInfo clientInfo)
 {
     this.partPutStoreAsync(RequestUser, RequestTime, RequestType, ration_send_code, clientInfo, null);
 }
Ejemplo n.º 3
0
 /// <remarks/>
 public void partPutStoreAsync(string RequestUser, string RequestTime, string RequestType, string ration_send_code, clientInfo clientInfo, object userState)
 {
     if ((this.partPutStoreOperationCompleted == null))
     {
         this.partPutStoreOperationCompleted = new System.Threading.SendOrPostCallback(this.OnpartPutStoreOperationCompleted);
     }
     this.InvokeAsync("partPutStore", new object[] {
         RequestUser,
         RequestTime,
         RequestType,
         ration_send_code,
         clientInfo
     }, this.partPutStoreOperationCompleted, userState);
 }