ArcFM Responder Mobile Developer Guide
SynchronizingObject Property






Syntax
'Declaration
 
Public Shared Property SynchronizingObject As System.ComponentModel.ISynchronizeInvoke
'Usage
 
Dim value As System.ComponentModel.ISynchronizeInvoke
 
MSMQServerChannel.SynchronizingObject = value
 
value = MSMQServerChannel.SynchronizingObject
public static System.ComponentModel.ISynchronizeInvoke SynchronizingObject {get; set;}
public read-write property SynchronizingObject: System.ComponentModel.ISynchronizeInvoke; static; 
public static function get,set SynchronizingObject : System.ComponentModel.ISynchronizeInvoke
public: __property static System.ComponentModel.ISynchronizeInvoke* get_SynchronizingObject();
public: __property static void set_SynchronizingObject( 
   System.ComponentModel.ISynchronizeInvoke* value
);
public:
static property System.ComponentModel.ISynchronizeInvoke^ SynchronizingObject {
   System.ComponentModel.ISynchronizeInvoke^ get();
   void set (    System.ComponentModel.ISynchronizeInvoke^ value);
}
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