iControl.PEMPolicy.Endget_rule_sub_policy_downlink C# (CSharp) Method

Endget_rule_sub_policy_downlink() public method

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