TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.DestroyConnection Method 

Destroy the client connection for the given connectionID.

public void DestroyConnection(
   long connectionID
);

Parameters

connectionID
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

Exception Type Condition
AdminException if not authorized or an error occurred.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace