BeginFork(bool,integer) function
Microsoft Office Live Communications Server 2005 with SP1 |
BeginFork
The BeginFork function initializes a forking operation for the current message.
void BeginFork( bool reserved1, integer reserved2 );
Parameters
- reserved1
This parameter is reserved, and must be set to false. - reserved2
This parameter is reserved, and must be set to 0.
Remarks
Call BeginFork to 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.
What did you think of this topic? |
© 2008 Microsoft Corporation. All rights reserved. |