ArcFM Solution Developer Guide
MSMQChannelData Constructor(String,ITransportHeaders,Stream)


Syntax
'Declaration
 
Public Function New( _
   ByVal uri As System.String, _
   ByVal headers As System.Runtime.Remoting.Channels.ITransportHeaders, _
   ByVal stream As System.IO.Stream _
)
'Usage
 
Dim uri As System.String
Dim headers As System.Runtime.Remoting.Channels.ITransportHeaders
Dim stream As System.IO.Stream
 
Dim instance As New MSMQChannelData(uri, headers, stream)
public MSMQChannelData( 
   System.string uri,
   System.Runtime.Remoting.Channels.ITransportHeaders headers,
   System.IO.Stream stream
)

Parameters

uri
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

MSMQChannelData Class
MSMQChannelData Members
Overload List

 

 


Send Comment