Responder Developer Guide
PutMessage Method


Syntax
'Declaration
 
Public Sub PutMessage( _
   ByVal msg As T _
) 
'Usage
 
Dim instance As ThreadSafeQueue(Of T)
Dim msg As T
 
instance.PutMessage(msg)
public void PutMessage( 
   T msg
)

Parameters

msg
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

ThreadSafeQueue<T> Class
ThreadSafeQueue<T> Members

 

 


Send Comment