[TIBCO.EMS.UFOCLIENT .NET client library 7.0 documentation]

A Destination object encapsulates a TIBCO EMS specific address.

Namespace:  TIBCO.EMS.UFO
Assembly:  TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)

Syntax

[SerializableAttribute]
public class Destination : ICloneable
<SerializableAttribute> _
Public Class Destination _
	Implements ICloneable
[SerializableAttribute]
public ref class Destination : ICloneable

Remarks

Administrators define destinations in the server. Client programs access them using methods of LookupContext.

The Destination class defines the root behavior of all destinations. Programs do not create instances of this class; instead, they create instances of its subclasses.

Inheritance Hierarchy

System..::.Object
  TIBCO.EMS.UFO..::.Destination
    TIBCO.EMS.UFO..::.Queue
    TIBCO.EMS.UFO..::.Topic

See Also