iControl.NetworkingInterfaces.Endget_all_statistics C# (CSharp) Method

Endget_all_statistics() public method

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