ArcFM Responder Mobile Developer Guide
SyncRoot Property (MSMQClientChannel)






Syntax
'Declaration
 
Public Overridable ReadOnly Property SyncRoot As System.Object
'Usage
 
Dim instance As MSMQClientChannel
Dim value As System.Object
 
value = instance.SyncRoot
public virtual System.object SyncRoot {get;}
public read-only property SyncRoot: System.TObject; virtual; 
public function get SyncRoot : System.Object
public: __property virtual System.Object* get_SyncRoot();
public:
virtual property System.Object^ SyncRoot {
   System.Object^ 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

MSMQClientChannel Class
MSMQClientChannel Members

Send Feedback