iControl.PEMPolicy.Endget_rule_hsl_format_script C# (CSharp) Method

Endget_rule_hsl_format_script() public method

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