/// <remarks/> public void getPersonProfileByApfnAsync(PersonProfileApfn getPersonProfileByApfn1) { this.getPersonProfileByApfnAsync(getPersonProfileByApfn1, null); }
/// <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); }
/// <remarks/> public System.IAsyncResult BegingetPersonProfileByApfn(PersonProfileApfn getPersonProfileByApfn1, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("getPersonProfileByApfn", new object[] { getPersonProfileByApfn1}, callback, asyncState); }