iControl.PEMPolicy.Endget_rule_forwarding_endpoint C# (CSharp) Method

Endget_rule_forwarding_endpoint() public method

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