iControl.ASMPolicy.Beginset_dos_detection_mode C# (CSharp) Method

Beginset_dos_detection_mode() public method

public Beginset_dos_detection_mode ( string policy_names, ASMDosDetectionMode detection_modes, System callback, object asyncState ) : System.IAsyncResult
policy_names string
detection_modes ASMDosDetectionMode
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_dos_detection_mode(string [] policy_names,ASMDosDetectionMode [] detection_modes, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_dos_detection_mode", new object[] {
            policy_names,
            detection_modes}, callback, asyncState);
        }
ASMPolicy