sp_On_Twit_In
sp_On_Twit_In is triggered after a new incoming Twitter status update has been received.
Remarks
This procedure should not be called directly by developer, it is automatically called by Boomerang services after completion of a job. This handler is invoked by Boomerang services both in event of success and failure.
Default body of this procedure is blank, thus user may provide their own code implementation for follow-up purposes.
Syntax
exec sp_On_Twit_In @rKey=... |
Parameters
| Column Name | Data type | Direction | Description | Default | Status |
| @rKey | uniqueidentifier | in | Message key rKey found in IN_TWIT table | Required |
Return Code Values
0 (success) or non-zero (failure)
