ArcFM Responder Mobile Developer Guide
StopListening Method (MSMQChannel)






Syntax
'Declaration
 
Public Sub StopListening( _
   ByVal data As System.Object _
) 
'Usage
 
Dim instance As MSMQChannel
Dim data As System.Object
 
instance.StopListening(data)
public void StopListening( 
   System.object data
)
public procedure StopListening( 
    data: System.TObject
); 
public function StopListening( 
   data : System.Object
);
public: void StopListening( 
   System.Object* data
) 
public:
void StopListening( 
   System.Object^ data
) 

Parameters

data
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

MSMQChannel Class
MSMQChannel Members

Send Feedback