BeginFork
The BeginFork function initializes a forking operation for the current message.
Syntax
Copy Code | |
---|---|
void BeginFork( bool reserved1, integer reserved2 ); |
Parameters
Remarks
Call BeginForkto configure the forking proxy object, and call Fork for each URI the message must be set to. Call EndFork to cause the forked messages to be sent.
A critical MSPL error is raised if there is no previous active call to BeginFork. A critical MSPL error is also raised if no calls to Fork were made after the corresponding BeginFork and before an EndFork call.