Start

Activates every registered subscription on a message hook so that matching messages start being forwarded to their callbacks.

Syntax: hook.Start

hook
required An IGetMessageHook instance whose subscriptions have been set up with RegisterMessage.

Calling Start on a hook that is already started has no effect. Calling it on a hook with no subscriptions is harmless but accomplishes nothing — register first, then start.

See Also