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

Destroy the client connection for the given connectionID.

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

Syntax

public void DestroyConnection(
	long connectionID
)
Public Sub DestroyConnection ( _
	connectionID As Long _
)
public:
void DestroyConnection(
	long long connectionID
)

Parameters

connectionID
Type: System..::.Int64
The connection ID of the connection to be destroyed.

Remarks

This will disconnect the client using the connection from the server, so this method should be used with caution.

Exceptions

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminExceptionif not authorized or an error occurred.

See Also