Example #1
0
        public Result contactSU([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)] contact contact, [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] clientInfo clientInfo)
        {
            object[] results = this.Invoke("contactSU", new object[] {
                RequestUser,
                RequestTime,
                RequestType,
                contact,
                clientInfo
            });

            return((Result)(results[0]));
        }
Example #2
0
 /// <remarks/>
 public void contactSUAsync(string RequestUser, string RequestTime, string RequestType, contact contact, clientInfo clientInfo)
 {
     this.contactSUAsync(RequestUser, RequestTime, RequestType, contact, clientInfo, null);
 }
Example #3
0
 /// <remarks/>
 public void contactSUAsync(string RequestUser, string RequestTime, string RequestType, contact contact, clientInfo clientInfo, object userState)
 {
     if ((this.contactSUOperationCompleted == null))
     {
         this.contactSUOperationCompleted = new System.Threading.SendOrPostCallback(this.OncontactSUOperationCompleted);
     }
     this.InvokeAsync("contactSU", new object[] {
         RequestUser,
         RequestTime,
         RequestType,
         contact,
         clientInfo
     }, this.contactSUOperationCompleted, userState);
 }