iControl.SecurityDoSWhitelist.Endget_entry_destination_port C# (CSharp) Method

Endget_entry_destination_port() public method

public Endget_entry_destination_port ( System asyncResult ) : long[][]
asyncResult System
return long[][]
        public long[][] Endget_entry_destination_port(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((long [] [])(results[0]));
        }