Share_get
The share_get tag will retrieve the current state from the
share and execute the actions put in that share on the current
thread. If there is nothing in the share you were not using a
blocking call then nothing is executed on the calling side and
your thread will proceed normally. If there was some actions
to be executed they would always be executed before proceeding
with the normal execution of this thread.
Required Attributes
id
Unique id for this share point
Usage Examples
Example #1
<share_get blocking="true" id="SHARE1" />
Example #2
<share_get id="SHARE2" />