Esempio n. 1
0
 /// <remarks/>
 public void GetPersonInformationAsync(personselection personselection, object userState) {
     if ((this.GetPersonInformationOperationCompleted == null)) {
         this.GetPersonInformationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetPersonInformationOperationCompleted);
     }
     this.InvokeAsync("GetPersonInformation", new object[] {
                 personselection}, this.GetPersonInformationOperationCompleted, userState);
 }
Esempio n. 2
0
 /// <remarks/>
 public void GetPersonInformationAsync(personselection personselection) {
     this.GetPersonInformationAsync(personselection, null);
 }