iControl.NetworkingVLANGroup.Beginget_if_index C# (CSharp) Méthode

Beginget_if_index() public méthode

public Beginget_if_index ( string vlan_groups, System callback, object asyncState ) : System.IAsyncResult
vlan_groups string
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginget_if_index(string [] vlan_groups, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_if_index", new object[] {
            vlan_groups}, callback, asyncState);
        }
NetworkingVLANGroup