iControl.SecurityDoSDevice.Beginget_vector_detection_threshold_percent C# (CSharp) Method

Beginget_vector_detection_threshold_percent() public method

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