Click or drag to resize

ServerChannelRemoveRequestHandler Method

Unregisters the request handler identified by supplied name.

Namespace:  OBCOM.NetSwitchLib.Servers
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public void RemoveRequestHandler(
	string name
)

Parameters

name
Type: SystemString
The name of the request handler to be unregistered.
Exceptions
ExceptionCondition
ArgumentNullExceptionname is null or empty.
Remarks

Nothing happens if no request handler is registered under name.

If a service request identified by name later arrives, an error reply will be sent back to the service caller.

See Also