iControl.SecurityProfileDoS.get_all_network_attack_vector_statistics C# (CSharp) Method

get_all_network_attack_vector_statistics() private method

private get_all_network_attack_vector_statistics ( string profile_names, string networks ) : SecurityProfileDoSNetworkAttackVectorStatistics[][]
profile_names string
networks string
return SecurityProfileDoSNetworkAttackVectorStatistics[][]
        public SecurityProfileDoSNetworkAttackVectorStatistics[][] get_all_network_attack_vector_statistics(
		string [] profile_names,
		string [] [] networks
	)
        {
            object [] results = this.Invoke("get_all_network_attack_vector_statistics", new object [] {
                profile_names,
                networks});
            return ((SecurityProfileDoSNetworkAttackVectorStatistics [] [])(results[0]));
        }
SecurityProfileDoS