ArcFM Responder Mobile Developer Guide
MSMQClientTransportSink Class
Members 






Dispatches method calls (messages) to the server.
Object Model
MSMQClientTransportSink Class
Syntax
'Declaration
 
Public Class MSMQClientTransportSink 
   Inherits System.Runtime.Remoting.Channels.BaseChannelSinkWithProperties
'Usage
 
Dim instance As MSMQClientTransportSink
public class MSMQClientTransportSink : System.Runtime.Remoting.Channels.BaseChannelSinkWithProperties 
public class MSMQClientTransportSink = class(System.Runtime.Remoting.Channels.BaseChannelSinkWithProperties)
public class MSMQClientTransportSink extends System.Runtime.Remoting.Channels.BaseChannelSinkWithProperties
public __gc class MSMQClientTransportSink : public System.Runtime.Remoting.Channels.BaseChannelSinkWithProperties 
public ref class MSMQClientTransportSink : public System.Runtime.Remoting.Channels.BaseChannelSinkWithProperties 
Remarks
1. Handles synchronous method calls 2. Handles asynchronous method calls 3. Packages and unpackages the ITransportHeaders and Stream data 4. Handles return messages from the server
Inheritance Hierarchy

System.Object
   System.Runtime.Remoting.Channels.BaseChannelObjectWithProperties
      System.Runtime.Remoting.Channels.BaseChannelSinkWithProperties
         Miner.Responder.Shared.Channels.MSMQ.MSMQClientTransportSink

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

MSMQClientTransportSink Members
Miner.Responder.Shared.Channels.MSMQ Namespace

Send Feedback