Miner.Responder.Shared.Channels.MSMQ Namespace > IdentityServerSink Class : AsyncProcessResponse Method |
'Declaration
Public Sub AsyncProcessResponse( _ ByVal sinkStack As System.Runtime.Remoting.Channels.IServerResponseChannelSinkStack, _ ByVal state As System.Object, _ 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 IdentityServerSink Dim sinkStack As System.Runtime.Remoting.Channels.IServerResponseChannelSinkStack Dim state As System.Object Dim msg As System.Runtime.Remoting.Messaging.IMessage Dim headers As System.Runtime.Remoting.Channels.ITransportHeaders Dim stream As System.IO.Stream instance.AsyncProcessResponse(sinkStack, state, msg, headers, stream)
public void AsyncProcessResponse( System.Runtime.Remoting.Channels.IServerResponseChannelSinkStack sinkStack, System.object state, System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Channels.ITransportHeaders headers, System.IO.Stream stream )
public procedure AsyncProcessResponse( sinkStack: System.Runtime.Remoting.Channels.IServerResponseChannelSinkStack; state: System.TObject; msg: System.Runtime.Remoting.Messaging.IMessage; headers: System.Runtime.Remoting.Channels.ITransportHeaders; stream: System.IO.Stream );
public function AsyncProcessResponse( sinkStack : System.Runtime.Remoting.Channels.IServerResponseChannelSinkStack, state : System.Object, msg : System.Runtime.Remoting.Messaging.IMessage, headers : System.Runtime.Remoting.Channels.ITransportHeaders, stream : System.IO.Stream );
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