Click or drag to resize

ServerChannelUnregisterTransaction Method

Unregisters the transaction listener identified by name.

Namespace:  OBCOM.NetClient
Assembly:  OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax
public TransactionListener UnregisterTransaction(
	string name
)

Parameters

name
Type: SystemString
The name of the transaction to unregister.

Return Value

Type: TransactionListener
The listener to which name was registered, or null if it was not registered.
Remarks
Unregisters the transaction listener identified by name. If no such listener exists, then nothing happens. If a transaction identified by name later arrives, it will be handled by the default ProcessTransaction(String, Message) method of this ServerChannel.
See Also