iControl.NetworkingRouteDomainV2.Beginget_enforced_firewall_policy C# (CSharp) Method

Beginget_enforced_firewall_policy() public method

public Beginget_enforced_firewall_policy ( string route_domains, System callback, object asyncState ) : System.IAsyncResult
route_domains string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_enforced_firewall_policy(string [] route_domains, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_enforced_firewall_policy", new object[] {
            route_domains}, callback, asyncState);
        }
NetworkingRouteDomainV2