ArcFM Solution Developer Guide
AsyncProcessResponse Method (IdentityClientSink)


Syntax
'Declaration
 
Public Sub AsyncProcessResponse( _
   ByVal sinkStack As System.Runtime.Remoting.Channels.IClientResponseChannelSinkStack, _
   ByVal state As System.Object, _
   ByVal headers As System.Runtime.Remoting.Channels.ITransportHeaders, _
   ByVal stream As System.IO.Stream _
) 
'Usage
 
Dim instance As IdentityClientSink
Dim sinkStack As System.Runtime.Remoting.Channels.IClientResponseChannelSinkStack
Dim state As System.Object
Dim headers As System.Runtime.Remoting.Channels.ITransportHeaders
Dim stream As System.IO.Stream
 
instance.AsyncProcessResponse(sinkStack, state, headers, stream)
public void AsyncProcessResponse( 
   System.Runtime.Remoting.Channels.IClientResponseChannelSinkStack sinkStack,
   System.object state,
   System.Runtime.Remoting.Channels.ITransportHeaders headers,
   System.IO.Stream stream
)

Parameters

sinkStack
state
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

IdentityClientSink Class
IdentityClientSink Members

 

 


Send Comment