ltm rule command MR collectΒΆ

iRule(1)		      BIG-IP TMSH Manual		      iRule(1)



MR::collect
       Collect the specified amount of MR message payload data.

SYNOPSIS
       MR::collect (COLLECT)?

DESCRIPTION
       Collects the specified amount of MR message payload data before
       triggering a MR_DATA event.

       SYNTAX

       MR::collect []

       MR::collect
	       Collect the entire payload of the MR message. To stop
       collecting use MR::release command. MR_DATA event will be raised on
       every ingress invocation of the proxy.

       MR::collect 
	       Collect  bytes of payload of the MR message.
	       If payload is smaller than  collect entire
       payload.
	       The collected data can be accessed via the MR::payload command.
	       To stop collecting use MR::release command.

RETURN VALUE
VALID DURING
       MR_INGRESS MR_DATA

EXAMPLES
HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-14.0.0 --First introduced the command.



BIG-IP				  2019-05-10			      iRule(1)