Пример #1
0
 /// <remarks/>
 public void UpdateGlobalPreferencesAsync(GlobalPreferences[] UpdateGlobalPreferences1, object userState) {
     if ((this.UpdateGlobalPreferencesOperationCompleted == null)) {
         this.UpdateGlobalPreferencesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateGlobalPreferencesOperationCompleted);
     }
     this.InvokeAsync("UpdateGlobalPreferences", new object[] {
                 UpdateGlobalPreferences1}, this.UpdateGlobalPreferencesOperationCompleted, userState);
 }
Пример #2
0
 /// <remarks/>
 public void UpdateGlobalPreferencesAsync(GlobalPreferences[] UpdateGlobalPreferences1) {
     this.UpdateGlobalPreferencesAsync(UpdateGlobalPreferences1, null);
 }