ArcFM Engine Developer Guide
Combine Method


Syntax
'Declaration
 
Public Shared Function Combine( _
   ByVal parts() As MSMQChannelData _
) As MSMQChannelData
'Usage
 
Dim parts() As MSMQChannelData
Dim value As MSMQChannelData
 
value = MSMQChannelData.Combine(parts)
public static MSMQChannelData Combine( 
   MSMQChannelData[] parts
)

Parameters

parts
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