iControl.SecurityDoSWhitelist.Endget_entry_protocol_type C# (CSharp) Method

Endget_entry_protocol_type() public method

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