iControl.ManagementGlobals.Endget_local_file_path_prefixes C# (CSharp) Method

Endget_local_file_path_prefixes() public method

public Endget_local_file_path_prefixes ( System asyncResult ) : string[]
asyncResult System
return string[]
        public string[] Endget_local_file_path_prefixes(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((string [])(results[0]));
        }