iControl.SecurityProfileDoS.Beginget_network_attack_vector_blacklist_detection_seconds C# (CSharp) Method

Beginget_network_attack_vector_blacklist_detection_seconds() public method

public Beginget_network_attack_vector_blacklist_detection_seconds ( string profile_names, string networks, SecurityProfileDoSNetworkAttackVector vectors, System callback, object asyncState ) : System.IAsyncResult
profile_names string
networks string
vectors SecurityProfileDoSNetworkAttackVector
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_network_attack_vector_blacklist_detection_seconds(string [] profile_names,string [] [] networks,SecurityProfileDoSNetworkAttackVector [] [] [] vectors, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_network_attack_vector_blacklist_detection_seconds", new object[] {
            profile_names,
            networks,
            vectors}, callback, asyncState);
        }
SecurityProfileDoS