Lists the character maps currently loaded in the TIBCO Patterns Engine.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Function cmaplist() As String() _
    Implements INetricsServerInterface.cmaplist
C#
public string[] cmaplist()
C++
public:
 array<String>^ cmaplist() sealed 
J#
public string[] cmaplist()
JScript
public  function cmaplist() : String[]

Return Value

An array of Strings, one per character map loaded in the TIBCO Patterns Engine

Implements

INetricsServerInterface.cmaplist

See Also