SmartSockets .NET Class Library

TipcSrv.logRemoveMt Method (Int32, Int32)

Removes a message type from message logging.

public virtual void logRemoveMt(
   int logType,
   int mtNum
);

Parameters

logType
One of LOG_DATA, LOG_STATUS, or LOG_INTERNAL
mtNum
The message type number.

Exceptions

Exception TypeCondition
TipcNotFoundException If the message type does not exist or if message type is not being logged for the indicated logging type.
TipcBadArgumentException If the message logging type is invalid.
TipcException For all other errors.

See Also

TipcSrv Class | TipcSrv Members | TIBCO.SMARTSOCKETS Namespace | TipcSrv.logRemoveMt Overload List


Copyright © TIBCO Software Inc. All rights reserved