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

Closes the message producer.

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

Syntax

public void Close()
Public Sub Close
public:
void Close()

Remarks

Destroy the producer object and reclaim resources.

Message producers rely on resources outside the client program. To reclaim these resources in a timely manner, we recommend that client programs explicitly close message producer objects (rather than waiting for garbage collection).

See Also