iControl.NetworkingRouteTable.Endget_management_route_type C# (CSharp) 메소드

Endget_management_route_type() 공개 메소드

public Endget_management_route_type ( System asyncResult ) : NetworkingRouteEntryType[]
asyncResult System
리턴 NetworkingRouteEntryType[]
        public NetworkingRouteEntryType[] Endget_management_route_type(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((NetworkingRouteEntryType [])(results[0]));
        }
NetworkingRouteTable