iControl.NetworkingSelfIPV2.Endget_fw_rule_source_vlan C# (CSharp) Méthode

Endget_fw_rule_source_vlan() public méthode

public Endget_fw_rule_source_vlan ( System asyncResult ) : string[][][]
asyncResult System
Résultat string[][][]
        public string[][][] Endget_fw_rule_source_vlan(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((string [] [] [])(results[0]));
        }
NetworkingSelfIPV2