コード例 #1
0
 /// <remarks/>
 public void getPersonProfileByApfnAsync(PersonProfileApfn getPersonProfileByApfn1)
 {
     this.getPersonProfileByApfnAsync(getPersonProfileByApfn1, null);
 }
コード例 #2
0
 /// <remarks/>
 public void getPersonProfileByApfnAsync(PersonProfileApfn getPersonProfileByApfn1, object userState)
 {
     if ((this.getPersonProfileByApfnOperationCompleted == null)) {
         this.getPersonProfileByApfnOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetPersonProfileByApfnOperationCompleted);
     }
     this.InvokeAsync("getPersonProfileByApfn", new object[] {
                 getPersonProfileByApfn1}, this.getPersonProfileByApfnOperationCompleted, userState);
 }
コード例 #3
0
 /// <remarks/>
 public System.IAsyncResult BegingetPersonProfileByApfn(PersonProfileApfn getPersonProfileByApfn1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("getPersonProfileByApfn", new object[] {
                 getPersonProfileByApfn1}, callback, asyncState);
 }