Пример #1
0
 /// <remarks/>
 public void ReadGlobalPreferencesAsync(ReadGlobalPreferences ReadGlobalPreferences1, object userState) {
     if ((this.ReadGlobalPreferencesOperationCompleted == null)) {
         this.ReadGlobalPreferencesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnReadGlobalPreferencesOperationCompleted);
     }
     this.InvokeAsync("ReadGlobalPreferences", new object[] {
                 ReadGlobalPreferences1}, this.ReadGlobalPreferencesOperationCompleted, userState);
 }
Пример #2
0
 /// <remarks/>
 public void ReadGlobalPreferencesAsync(ReadGlobalPreferences ReadGlobalPreferences1) {
     this.ReadGlobalPreferencesAsync(ReadGlobalPreferences1, null);
 }