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

Purge pending messages for the durable with given name and client ID.

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

Syntax

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

Parameters

durableName
Type: System..::.String
The name of the durable to purge.
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 durable name.

See Also