iControl.NetworkingRouteTable.Endget_management_route_type C# (CSharp) Method

Endget_management_route_type() public method

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