ArcFM Solution Developer Guide
CreateMultipart Method


Syntax
'Declaration
 
Public Shared Function CreateMultipart( _
   ByVal uri As System.String, _
   ByVal headers As System.Runtime.Remoting.Channels.ITransportHeaders, _
   ByVal stream As System.IO.Stream _
) As MSMQChannelData()
'Usage
 
Dim uri As System.String
Dim headers As System.Runtime.Remoting.Channels.ITransportHeaders
Dim stream As System.IO.Stream
Dim value() As MSMQChannelData
 
value = MSMQChannelData.CreateMultipart(uri, headers, stream)
public static MSMQChannelData[] CreateMultipart( 
   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

 

 


Send Comment