iControl.NetworkingRouteDomainV2.get_staged_firewall_policy C# (CSharp) Method

get_staged_firewall_policy() private method

private get_staged_firewall_policy ( string route_domains ) : string[]
route_domains string
return string[]
        public string[] get_staged_firewall_policy(
		string [] route_domains
	)
        {
            object [] results = this.Invoke("get_staged_firewall_policy", new object [] {
                route_domains});
            return ((string [])(results[0]));
        }
NetworkingRouteDomainV2