Example #1
0
        public phoneModel[] getExceptionModelsWithPicture([System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] modelsRequest request)
        {
            object[] results = this.Invoke("getExceptionModelsWithPicture", new object[] {
                request
            });

            return((phoneModel[])(results[0]));
        }
Example #2
0
 /// <remarks/>
 public void getExceptionModelsWithPictureAsync(modelsRequest request, object userState)
 {
     if ((this.getExceptionModelsWithPictureOperationCompleted == null))
     {
         this.getExceptionModelsWithPictureOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetExceptionModelsWithPictureOperationCompleted);
     }
     this.InvokeAsync("getExceptionModelsWithPicture", new object[] {
         request
     }, this.getExceptionModelsWithPictureOperationCompleted, userState);
 }
Example #3
0
 /// <remarks/>
 public void getExceptionModelsWithPictureAsync(modelsRequest request)
 {
     this.getExceptionModelsWithPictureAsync(request, null);
 }
Example #4
0
 /// <remarks/>
 public void getModelsAsync(modelsRequest request)
 {
     this.getModelsAsync(request, null);
 }