iControl.NetworkingPacketFilter.Enddelete_packet_filter C# (CSharp) Method

Enddelete_packet_filter() public method

public Enddelete_packet_filter ( System asyncResult ) : void
asyncResult System
return void
        public void Enddelete_packet_filter(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }