iControl.NetworkingVLAN.Beginget_if_index C# (CSharp) Method

Beginget_if_index() public method

public Beginget_if_index ( string vlans, System callback, object asyncState ) : System.IAsyncResult
vlans string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_if_index(string [] vlans, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_if_index", new object[] {
            vlans}, callback, asyncState);
        }
NetworkingVLAN