/// <remarks/> public void User_SetNotifySettingsAsync(int userID, KeyValueProxy[] results) { this.User_SetNotifySettingsAsync(userID, results, null); }
/// <remarks/> public void User_SetNotifySettingsAsync(int userID, KeyValueProxy[] results, object userState) { if ((this.User_SetNotifySettingsOperationCompleted == null)) { this.User_SetNotifySettingsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUser_SetNotifySettingsOperationCompleted); } this.InvokeAsync("User_SetNotifySettings", new object[] { userID, results}, this.User_SetNotifySettingsOperationCompleted, userState); }
public bool User_SetNotifySettings(int userID, KeyValueProxy[] results) { object[] results1 = this.Invoke("User_SetNotifySettings", new object[] { userID, results}); return ((bool)(results1[0])); }