ChannelService.RegisterMessageHandler

Cambiar al Manual
public static Action RegisterMessageHandler (string channelName, Action<int,byte[]> handler);

Parámetros

channelNameThe name of the channel.
handlerThe handler that processes messages.

Valor de retorno

Action An action that you can use to unregister the handler from message processing (see ChannelService.UnregisterMessageHandler).

Descripción

Registers a handler to process all incoming messages on a specific channel.