ArcFM Responder Mobile Developer Guide
UseDedicatedMtaThreadForMessageProcessing Method






Dispatch remote calls to an MTA thread instead of the default Responder STA COM thread.
Syntax
'Declaration
 
Public Shared Sub UseDedicatedMtaThreadForMessageProcessing() 
'Usage
 
MSMQServerChannel.UseDedicatedMtaThreadForMessageProcessing()
public static void UseDedicatedMtaThreadForMessageProcessing()
public procedure UseDedicatedMtaThreadForMessageProcessing(); static; 
public static function UseDedicatedMtaThreadForMessageProcessing();
public: static void UseDedicatedMtaThreadForMessageProcessing(); 
public:
static void UseDedicatedMtaThreadForMessageProcessing(); 
Remarks
By default, the MSMQ remoting channel dispatches all remote calls on the RxComSta thread.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MSMQServerChannel Class
MSMQServerChannel Members

Send Feedback