예제 #1
0
 /// <remarks/>
 public void User_SetNotifySettingsAsync(int userID, KeyValueProxy[] results) {
     this.User_SetNotifySettingsAsync(userID, results, null);
 }
예제 #2
0
 /// <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);
 }
예제 #3
0
 public bool User_SetNotifySettings(int userID, KeyValueProxy[] results) {
     object[] results1 = this.Invoke("User_SetNotifySettings", new object[] {
                 userID,
                 results});
     return ((bool)(results1[0]));
 }