Provides access to Services and Message Definitions returned from Tracking Server. Instances are created internally.
| C# | Visual Basic | Visual C++ |
public class MessageFormatManager
Public Class MessageFormatManager
public ref class MessageFormatManager
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| GetMessageDefinition(String, String) |
Returns the Message Definition by matching the provided name and type.
| |
| GetMessageDefinition(String) |
Returns the Message Definition by matching the provided GUID.
| |
| GetTrackingService(String) |
Returns the Service by matching the provided name.
| |
| GetTrackingServiceNames()()()() |
Returns a List of all the service names.
| |
| MessageDefinitions |
MessageDefinitions returned by Tracking Server.
| |
| TrackingServices |
Services returned by Tracking Server.
|
| Object | |
| MessageFormatManager | |