iControl.SecurityProfileDoS.Endget_all_network_attack_vector_statistics C# (CSharp) Method

Endget_all_network_attack_vector_statistics() public method

public Endget_all_network_attack_vector_statistics ( System asyncResult ) : SecurityProfileDoSNetworkAttackVectorStatistics[][]
asyncResult System
return SecurityProfileDoSNetworkAttackVectorStatistics[][]
        public SecurityProfileDoSNetworkAttackVectorStatistics[][] Endget_all_network_attack_vector_statistics(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((SecurityProfileDoSNetworkAttackVectorStatistics [] [])(results[0]));
        }
SecurityProfileDoS