iControl.SecurityDoSDevice.get_vector_auto_blacklisting_state C# (CSharp) Method

get_vector_auto_blacklisting_state() private method

private get_vector_auto_blacklisting_state ( string devices, SecurityDoSDeviceDoSDeviceVector vectors ) : CommonEnabledState[][]
devices string
vectors SecurityDoSDeviceDoSDeviceVector
return CommonEnabledState[][]
        public CommonEnabledState[][] get_vector_auto_blacklisting_state(
		string [] devices,
		SecurityDoSDeviceDoSDeviceVector [] [] vectors
	)
        {
            object [] results = this.Invoke("get_vector_auto_blacklisting_state", new object [] {
                devices,
                vectors});
            return ((CommonEnabledState [] [])(results[0]));
        }
SecurityDoSDevice