iControl.SecurityDoSDevice.Beginset_vector_blacklist_detection_seconds C# (CSharp) Method

Beginset_vector_blacklist_detection_seconds() public method

public Beginset_vector_blacklist_detection_seconds ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, long values, System callback, object asyncState ) : System.IAsyncResult
devices string
vectors SecurityDoSDeviceDoSDeviceVector
values long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_vector_blacklist_detection_seconds(string [] devices,SecurityDoSDeviceDoSDeviceVector [] [] vectors,long [] [] values, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_vector_blacklist_detection_seconds", new object[] {
            devices,
            vectors,
            values}, callback, asyncState);
        }
SecurityDoSDevice