[TIBCO.EMS .NET Admin client library 6.3 documentation]

Destroy the durable with given name and client ID.

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

Syntax

public void DestroyDurable(
	string durableName,
	string clientID
)
Public Sub DestroyDurable ( _
	durableName As String, _
	clientID As String _
)
public:
void DestroyDurable(
	String^ durableName, 
	String^ clientID
)

Parameters

durableName
Type: System..::.String
The name of the durable to destroy.
clientID
Type: System..::.String
The client ID associated with the durable (can be null).

Exceptions

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminExceptionif not authorized or an error occurred.
TIBCO.EMS.ADMIN..::.AdminInvalidNameException if durableName is not a legal name.

See Also