ltm rule event USER RESPONSEΒΆ

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



USER_RESPONSE
       Triggered by command TCP::notify response.

DESCRIPTION
       This event is triggered by command TCP::notify response. It executes in
       a client-side context.

Examples
	when SERVER_DATA {
	 TCP::release
	 TCP::collect
	 log local0. "in SERVER_DATA, calling TCP::notify response to trigger USER_RESPONSE event"
	 TCP::notify response
	}

	when USER_RESPONSE {
	 log local0. "in USER_RESPONSE"
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-9.0.0 --First introduced the event.



BIG-IP				  2017-01-31			      iRule(1)