Miner.Responder.Shared.Channels.MSMQ Namespace > MSMQChannelData Class > MSMQChannelData Constructor : MSMQChannelData Constructor(String,ITransportHeaders,Stream,String) |
'Declaration
Public Function New( _ ByVal uri As System.String, _ ByVal headers As System.Runtime.Remoting.Channels.ITransportHeaders, _ ByVal stream As System.IO.Stream, _ ByVal label As System.String _ )
'Usage
Dim uri As System.String Dim headers As System.Runtime.Remoting.Channels.ITransportHeaders Dim stream As System.IO.Stream Dim label As System.String Dim instance As New MSMQChannelData(uri, headers, stream, label)
public MSMQChannelData( System.string uri, System.Runtime.Remoting.Channels.ITransportHeaders headers, System.IO.Stream stream, System.string label )
public MSMQChannelData( uri: System.String; headers: System.Runtime.Remoting.Channels.ITransportHeaders; stream: System.IO.Stream; label: System.String );
public function MSMQChannelData( uri : System.String, headers : System.Runtime.Remoting.Channels.ITransportHeaders, stream : System.IO.Stream, label : System.String );
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