iControl.NetworkingInterfaces.Endget_active_media C# (CSharp) Method

Endget_active_media() public method

public Endget_active_media ( System asyncResult ) : NetworkingInterfacesMediaType[]
asyncResult System
return NetworkingInterfacesMediaType[]
        public NetworkingInterfacesMediaType[] Endget_active_media(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((NetworkingInterfacesMediaType [])(results[0]));
        }
NetworkingInterfaces