Esempio n. 1
0
 public System.IAsyncResult BeginGetDataUsingDataContract(SocLoc_project_WP.ServiceReference1.CompositeType composite, System.AsyncCallback callback, object asyncState)
 {
     object[] _args = new object[1];
     _args[0] = composite;
     System.IAsyncResult _result = base.BeginInvoke("GetDataUsingDataContract", _args, callback, asyncState);
     return(_result);
 }
Esempio n. 2
0
 private object[] OnEndGetDataUsingDataContract(System.IAsyncResult result)
 {
     SocLoc_project_WP.ServiceReference1.CompositeType retVal = ((SocLoc_project_WP.ServiceReference1.IService1)(this)).EndGetDataUsingDataContract(result);
     return(new object[] {
         retVal
     });
 }
Esempio n. 3
0
 public void GetDataUsingDataContractAsync(SocLoc_project_WP.ServiceReference1.CompositeType composite, object userState)
 {
     if ((this.onBeginGetDataUsingDataContractDelegate == null))
     {
         this.onBeginGetDataUsingDataContractDelegate = new BeginOperationDelegate(this.OnBeginGetDataUsingDataContract);
     }
     if ((this.onEndGetDataUsingDataContractDelegate == null))
     {
         this.onEndGetDataUsingDataContractDelegate = new EndOperationDelegate(this.OnEndGetDataUsingDataContract);
     }
     if ((this.onGetDataUsingDataContractCompletedDelegate == null))
     {
         this.onGetDataUsingDataContractCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetDataUsingDataContractCompleted);
     }
     base.InvokeAsync(this.onBeginGetDataUsingDataContractDelegate, new object[] {
         composite
     }, this.onEndGetDataUsingDataContractDelegate, this.onGetDataUsingDataContractCompletedDelegate, userState);
 }
Esempio n. 4
0
 public SocLoc_project_WP.ServiceReference1.CompositeType EndGetDataUsingDataContract(System.IAsyncResult result)
 {
     object[] _args = new object[0];
     SocLoc_project_WP.ServiceReference1.CompositeType _result = ((SocLoc_project_WP.ServiceReference1.CompositeType)(base.EndInvoke("GetDataUsingDataContract", _args, result)));
     return(_result);
 }
Esempio n. 5
0
 public void GetDataUsingDataContractAsync(SocLoc_project_WP.ServiceReference1.CompositeType composite)
 {
     this.GetDataUsingDataContractAsync(composite, null);
 }
Esempio n. 6
0
 private System.IAsyncResult OnBeginGetDataUsingDataContract(object[] inValues, System.AsyncCallback callback, object asyncState)
 {
     SocLoc_project_WP.ServiceReference1.CompositeType composite = ((SocLoc_project_WP.ServiceReference1.CompositeType)(inValues[0]));
     return(((SocLoc_project_WP.ServiceReference1.IService1)(this)).BeginGetDataUsingDataContract(composite, callback, asyncState));
 }
Esempio n. 7
0
 System.IAsyncResult SocLoc_project_WP.ServiceReference1.IService1.BeginGetDataUsingDataContract(SocLoc_project_WP.ServiceReference1.CompositeType composite, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BeginGetDataUsingDataContract(composite, callback, asyncState));
 }