ArcFM Responder Mobile Developer Guide
WorkQueue Property






Syntax
'Declaration
 
<System.ObsoleteAttribute(Message="This property is deprecated. Please use RxComSta.WorkQueue instead.", IsError=True)>
Public Shared ReadOnly Property WorkQueue As ThreadPoolGovernor
'Usage
 
Dim value As ThreadPoolGovernor
 
value = MSMQServerChannel.WorkQueue
[System.Obsolete(Message="This property is deprecated. Please use RxComSta.WorkQueue instead.", IsError=true)]
public static ThreadPoolGovernor WorkQueue {get;}
public read-only property WorkQueue: ThreadPoolGovernor; static; 
System.ObsoleteAttribute(Message="This property is deprecated. Please use RxComSta.WorkQueue instead.", IsError=)
public static function get WorkQueue : ThreadPoolGovernor
[System.Obsolete(Message="This property is deprecated. Please use RxComSta.WorkQueue instead.", IsError=true)]
public: __property static ThreadPoolGovernor* get_WorkQueue();
[System.Obsolete(Message="This property is deprecated. Please use RxComSta.WorkQueue instead.", IsError=true)]
public:
static property ThreadPoolGovernor^ WorkQueue {
   ThreadPoolGovernor^ get();
}
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