Esempio n. 1
0
 /// <remarks/>
 public void getPersonProfileByFcnAsync(PersonProfileFcn getPersonProfileByFcn1)
 {
     this.getPersonProfileByFcnAsync(getPersonProfileByFcn1, null);
 }
Esempio n. 2
0
 /// <remarks/>
 public void getPersonProfileByFcnAsync(PersonProfileFcn getPersonProfileByFcn1, object userState)
 {
     if ((this.getPersonProfileByFcnOperationCompleted == null)) {
         this.getPersonProfileByFcnOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetPersonProfileByFcnOperationCompleted);
     }
     this.InvokeAsync("getPersonProfileByFcn", new object[] {
                 getPersonProfileByFcn1}, this.getPersonProfileByFcnOperationCompleted, userState);
 }
Esempio n. 3
0
 /// <remarks/>
 public System.IAsyncResult BegingetPersonProfileByFcn(PersonProfileFcn getPersonProfileByFcn1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("getPersonProfileByFcn", new object[] {
                 getPersonProfileByFcn1}, callback, asyncState);
 }