iControl.NetworkingRouteDomainV2.Beginget_fw_rule C# (CSharp) Method

Beginget_fw_rule() public method

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