iControl.ManagementUserManagement.Beginget_fullname C# (CSharp) Method

Beginget_fullname() public method

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