/// <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); }
/// <remarks/> public void UpdateGlobalPreferencesAsync(GlobalPreferences[] UpdateGlobalPreferences1) { this.UpdateGlobalPreferencesAsync(UpdateGlobalPreferences1, null); }