Send Method (Boolean, Boolean)
  Sends a boolean value to the initialization stream 
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 4.8.0.0
 Syntax
Syntax
    C#
   
  public void Send( bool b, bool flush )
Parameters
- b
- 
   Type: 
   SystemBoolean
   
 The value to send
- flush
- 
   Type: 
   SystemBoolean
   
 If true, the queue of pending tokens is flushed. If false, the queue will only be flushed if it is full.
 See Also
See Also
 
