iControl.ManagementUserManagement.Beginset_fullname C# (CSharp) Method

Beginset_fullname() public method

public Beginset_fullname ( string user_names, string fullnames, System callback, object asyncState ) : System.IAsyncResult
user_names string
fullnames string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_fullname(string [] user_names,string [] fullnames, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_fullname", new object[] {
            user_names,
            fullnames}, callback, asyncState);
        }
ManagementUserManagement