ArcFM Responder Mobile Developer Guide
AsyncProcessRequest Method (MSMQClientTransportSink)






Syntax
'Declaration
 
Public Sub AsyncProcessRequest( _
   ByVal sinkStack As System.Runtime.Remoting.Channels.IClientChannelSinkStack, _
   ByVal msg As System.Runtime.Remoting.Messaging.IMessage, _
   ByVal headers As System.Runtime.Remoting.Channels.ITransportHeaders, _
   ByVal stream As System.IO.Stream _
) 
'Usage
 
Dim instance As MSMQClientTransportSink
Dim sinkStack As System.Runtime.Remoting.Channels.IClientChannelSinkStack
Dim msg As System.Runtime.Remoting.Messaging.IMessage
Dim headers As System.Runtime.Remoting.Channels.ITransportHeaders
Dim stream As System.IO.Stream
 
instance.AsyncProcessRequest(sinkStack, msg, headers, stream)
public void AsyncProcessRequest( 
   System.Runtime.Remoting.Channels.IClientChannelSinkStack sinkStack,
   System.Runtime.Remoting.Messaging.IMessage msg,
   System.Runtime.Remoting.Channels.ITransportHeaders headers,
   System.IO.Stream stream
)
public procedure AsyncProcessRequest( 
    sinkStack: System.Runtime.Remoting.Channels.IClientChannelSinkStack;
    msg: System.Runtime.Remoting.Messaging.IMessage;
    headers: System.Runtime.Remoting.Channels.ITransportHeaders;
    stream: System.IO.Stream
); 
public function AsyncProcessRequest( 
   sinkStack : System.Runtime.Remoting.Channels.IClientChannelSinkStack,
   msg : System.Runtime.Remoting.Messaging.IMessage,
   headers : System.Runtime.Remoting.Channels.ITransportHeaders,
   stream : System.IO.Stream
);
public: void AsyncProcessRequest( 
   System.Runtime.Remoting.Channels.IClientChannelSinkStack* sinkStack,
   System.Runtime.Remoting.Messaging.IMessage* msg,
   System.Runtime.Remoting.Channels.ITransportHeaders* headers,
   System.IO.Stream* stream
) 
public:
void AsyncProcessRequest( 
   System.Runtime.Remoting.Channels.IClientChannelSinkStack^ sinkStack,
   System.Runtime.Remoting.Messaging.IMessage^ msg,
   System.Runtime.Remoting.Channels.ITransportHeaders^ headers,
   System.IO.Stream^ stream
) 

Parameters

sinkStack
msg
headers
stream
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 Class
MSMQClientTransportSink Members

Send Feedback