iControl.NetworkingInterfaces.Endget_media C# (CSharp) Method

Endget_media() public method

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