Environment
Class
Superclasses
System.Object
Environment
Visual Basic
NotInheritable Public Class Environment
C#
public sealed class Environment
Purpose
Remarks
Programs do not create instances of Environment. Instead, programs use its static methods to open and close the Rendezvous environment.
Method |
Description |
Page |
Public Static Methods |
||
IPM |
||
Set TIBCO Rendezvous daemon command line parameters for IPM. |
Member |
Description |
|
Public Static Properties |
||
|
The default queue. Each process has exactly one default queue; the call Environment.Open automatically creates it. Programs must not destroy the default queue. |
Get |
|
The intra-process transport. Each process has exactly one intra-process transport; the call Environment.Open automatically creates it. Programs cannot destroy the intra-process transport. If the Rendezvous environment is not open, this property is null. |
Get |
|
The character encoding for converting between Unicode strings and Rendezvous wire format strings. For more information, see Strings and Character Encodings .
Warning Do not set this property while any listener objects are valid. We recommend setting it at program start, before creating any listeners. Note Encoding changes are not retroactive; that is, changing the encoding affects only future string translations. |
Get Set |
|
TIBCO Rendezvous API release number. |
Get |