iControl.ManagementUserManagement.Beginget_home_directory C# (CSharp) Method

Beginget_home_directory() public method

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