iControl.SecurityDoSDevice.Beginget_vector_detection_threshold_pps C# (CSharp) Method

Beginget_vector_detection_threshold_pps() public method

public Beginget_vector_detection_threshold_pps ( 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_pps(string [] devices,SecurityDoSDeviceDoSDeviceVector [] [] vectors, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_vector_detection_threshold_pps", new object[] {
            devices,
            vectors}, callback, asyncState);
        }
SecurityDoSDevice