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

Beginset_vector_auto_blacklisting_state() public méthode

public Beginset_vector_auto_blacklisting_state ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
devices string
vectors SecurityDoSDeviceDoSDeviceVector
states CommonEnabledState
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginset_vector_auto_blacklisting_state(string [] devices,SecurityDoSDeviceDoSDeviceVector [] [] vectors,CommonEnabledState [] [] states, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_vector_auto_blacklisting_state", new object[] {
            devices,
            vectors,
            states}, callback, asyncState);
        }
SecurityDoSDevice