BoxAnnounceAsync
// Announce globally
var future = announceAsync( "onRequestStart", { request = request } )
// Announce to the application request
var future = announceAsync( "myRequestEvent", { data : myData }, "request" )
Method Signature
BoxAnnounceAsync(state=[string], data=[struct], poolname=[string])Arguments
Argument
Type
Required
Description
Default
Examples
Related
Last updated
Was this helpful?
