[TIBCO.EMS .NET Admin client library 6.0 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Destroy the client connection for the given connectionID.
Namespace:
TIBCO.EMS.ADMINAssembly: 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
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |