procedure Unregister(const MethodName: string);
Description
The Unregister method removes the handler associated with the method with the specified method name.
MethodName is the name of the hub method from which handler is being removed.
See Also