iControl.SecurityDoSDevice.Beginset_vector_blacklist_category C# (CSharp) Method

Beginset_vector_blacklist_category() public method

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