iControl.SecurityDoSDevice.get_vector_auto_blacklisting_state C# (CSharp) Méthode

get_vector_auto_blacklisting_state() private méthode

private get_vector_auto_blacklisting_state ( string devices, SecurityDoSDeviceDoSDeviceVector vectors ) : CommonEnabledState[][]
devices string
vectors SecurityDoSDeviceDoSDeviceVector
Résultat 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