iControl.NetworkingVLANGroup.Endget_if_index C# (CSharp) 메소드

Endget_if_index() 공개 메소드

public Endget_if_index ( System asyncResult ) : long[]
asyncResult System
리턴 long[]
        public long[] Endget_if_index(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((long [])(results[0]));
        }
NetworkingVLANGroup