ArcFM Responder Mobile Developer Guide
MSMQClientChannel Class
Members 






Handles sending of request messages to the server.
Object Model
MSMQClientChannel Class
Syntax
'Declaration
 
Public Class MSMQClientChannel 
   Inherits System.Runtime.Remoting.Channels.BaseChannelWithProperties
'Usage
 
Dim instance As MSMQClientChannel
public class MSMQClientChannel : System.Runtime.Remoting.Channels.BaseChannelWithProperties 
public class MSMQClientChannel = class(System.Runtime.Remoting.Channels.BaseChannelWithProperties)
public class MSMQClientChannel extends System.Runtime.Remoting.Channels.BaseChannelWithProperties
public __gc class MSMQClientChannel : public System.Runtime.Remoting.Channels.BaseChannelWithProperties 
public ref class MSMQClientChannel : public System.Runtime.Remoting.Channels.BaseChannelWithProperties 
Remarks
The main purpose of this class is to build an IMessageSink object.
Inheritance Hierarchy

System.Object
   System.Runtime.Remoting.Channels.BaseChannelObjectWithProperties
      System.Runtime.Remoting.Channels.BaseChannelWithProperties
         Miner.Responder.Shared.Channels.MSMQ.MSMQClientChannel

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 Members
Miner.Responder.Shared.Channels.MSMQ Namespace

Send Feedback