iControl.PEMPolicy.Beginset_rule_hsl_format_script C# (CSharp) Method

Beginset_rule_hsl_format_script() public method

public Beginset_rule_hsl_format_script ( string policies, string rules, string scripts, System callback, object asyncState ) : System.IAsyncResult
policies string
rules string
scripts string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_rule_hsl_format_script(string [] policies,string [] [] rules,string [] [] scripts, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_rule_hsl_format_script", new object[] {
            policies,
            rules,
            scripts}, callback, asyncState);
        }
PEMPolicy