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

Beginadd_vector_packet_type() 공개 메소드

public Beginadd_vector_packet_type ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, SecurityDoSDeviceDoSNetworkVectorPacketType packet_types, System callback, object asyncState ) : System.IAsyncResult
devices string
vectors SecurityDoSDeviceDoSDeviceVector
packet_types SecurityDoSDeviceDoSNetworkVectorPacketType
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginadd_vector_packet_type(string [] devices,SecurityDoSDeviceDoSDeviceVector [] [] vectors,SecurityDoSDeviceDoSNetworkVectorPacketType [] [] [] packet_types, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_vector_packet_type", new object[] {
            devices,
            vectors,
            packet_types}, callback, asyncState);
        }
SecurityDoSDevice