iControl.NetworkingInterfaces.get_statistics C# (CSharp) Method

get_statistics() private method

private get_statistics ( string interfaces ) : NetworkingInterfacesInterfaceStatistics
interfaces string
return NetworkingInterfacesInterfaceStatistics
        public NetworkingInterfacesInterfaceStatistics get_statistics(
		string [] interfaces
	)
        {
            object [] results = this.Invoke("get_statistics", new object [] {
                interfaces});
            return ((NetworkingInterfacesInterfaceStatistics)(results[0]));
        }
NetworkingInterfaces