ArcFM Solution Developer Guide
CopyTo Method (MSMQChannel)


Syntax
'Declaration
 
<System.Security.SecuritySafeCriticalAttribute()>
Public Overridable Sub CopyTo( _
   ByVal array As System.Array, _
   ByVal index As System.Integer _
) 
'Usage
 
Dim instance As MSMQChannel
Dim array As System.Array
Dim index As System.Integer
 
instance.CopyTo(array, index)
[System.Security.SecuritySafeCritical()]
public virtual void CopyTo( 
   System.Array array,
   System.int index
)

Parameters

array
index
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

MSMQChannel Class
MSMQChannel Members

 

 


Send Comment