iControl.SecurityDoSDevice.Beginset_vector_blacklist_category C# (CSharp) 메소드

Beginset_vector_blacklist_category() 공개 메소드

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
리턴 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