iControl.NetworkingInterfaces.Endget_media_option C# (CSharp) 메소드

Endget_media_option() 공개 메소드

public Endget_media_option ( System asyncResult ) : iControl.NetworkingInterfacesInterfaceMediaOption[]
asyncResult System
리턴 iControl.NetworkingInterfacesInterfaceMediaOption[]
        public NetworkingInterfacesInterfaceMediaOption[] Endget_media_option(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((NetworkingInterfacesInterfaceMediaOption [])(results[0]));
        }
NetworkingInterfaces