iControl.SecurityProfileDoS.Beginget_sip_attack_vector C# (CSharp) Method

Beginget_sip_attack_vector() public method

public Beginget_sip_attack_vector ( string profile_names, string sips, System callback, object asyncState ) : System.IAsyncResult
profile_names string
sips string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_sip_attack_vector(string [] profile_names,string [] [] sips, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_sip_attack_vector", new object[] {
            profile_names,
            sips}, callback, asyncState);
        }
SecurityProfileDoS