ArcFM Solution Developer Guide
AsyncProcessRequest Method (DoEventsClientChannelSink)


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 DoEventsClientChannelSink
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
)

Parameters

sinkStack
msg
headers
stream
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DoEventsClientChannelSink Class
DoEventsClientChannelSink Members

 

 


Send Comment