/// <remarks/> public void User_AdminUpdateUserProFileAsync(int operatorUserID, int targetUserId, string realname, string email, Gender gender, System.DateTime birthday, string signature, bool realnameChecked, bool isActive, bool emailValidated, UserExtendedValueProxy[] extendedFields, object userState) { if ((this.User_AdminUpdateUserProFileOperationCompleted == null)) { this.User_AdminUpdateUserProFileOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUser_AdminUpdateUserProFileOperationCompleted); } this.InvokeAsync("User_AdminUpdateUserProFile", new object[] { operatorUserID, targetUserId, realname, email, gender, birthday, signature, realnameChecked, isActive, emailValidated, extendedFields}, this.User_AdminUpdateUserProFileOperationCompleted, userState); }
/// <remarks/> public void User_AdminUpdateUserProFileAsync(int operatorUserID, int targetUserId, string realname, string email, Gender gender, System.DateTime birthday, string signature, bool realnameChecked, bool isActive, bool emailValidated, UserExtendedValueProxy[] extendedFields) { this.User_AdminUpdateUserProFileAsync(operatorUserID, targetUserId, realname, email, gender, birthday, signature, realnameChecked, isActive, emailValidated, extendedFields, null); }
public APIResult User_AdminUpdateUserProFile(int operatorUserID, int targetUserId, string realname, string email, Gender gender, System.DateTime birthday, string signature, bool realnameChecked, bool isActive, bool emailValidated, UserExtendedValueProxy[] extendedFields) { object[] results = this.Invoke("User_AdminUpdateUserProFile", new object[] { operatorUserID, targetUserId, realname, email, gender, birthday, signature, realnameChecked, isActive, emailValidated, extendedFields}); return ((APIResult)(results[0])); }
/// <remarks/> public void User_UpdateUserProFileAsync(int userID, Gender gender, short birthYear, short birthMonth, short birthday, string signature, float timeZone, UserExtendedValueProxy[] extendedFields, object userState) { if ((this.User_UpdateUserProFileOperationCompleted == null)) { this.User_UpdateUserProFileOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUser_UpdateUserProFileOperationCompleted); } this.InvokeAsync("User_UpdateUserProFile", new object[] { userID, gender, birthYear, birthMonth, birthday, signature, timeZone, extendedFields}, this.User_UpdateUserProFileOperationCompleted, userState); }
/// <remarks/> public void User_UpdateUserProFileAsync(int userID, Gender gender, short birthYear, short birthMonth, short birthday, string signature, float timeZone, UserExtendedValueProxy[] extendedFields) { this.User_UpdateUserProFileAsync(userID, gender, birthYear, birthMonth, birthday, signature, timeZone, extendedFields, null); }
public APIResult User_UpdateUserProFile(int userID, Gender gender, short birthYear, short birthMonth, short birthday, string signature, float timeZone, UserExtendedValueProxy[] extendedFields) { object[] results = this.Invoke("User_UpdateUserProFile", new object[] { userID, gender, birthYear, birthMonth, birthday, signature, timeZone, extendedFields}); return ((APIResult)(results[0])); }