SynchronousReceiveBehavior Class
Controls whether channels listen synchronously or asynchronously.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Use this behavior to instruct the channel listener to use a synchronous receive rather than the default, asynchronous. Using SynchronousReceiveBehavior instructs WCF to issue a new thread to pump for each accepted channel. If there are a lot of channels there is the possibility of running out of threads.
You can also set this value using the <synchronousReceive> element in an application configuration file.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.