> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ReceiveMessage SignalR client method

> ReceiveMessage SignalR client method for PlayFab Lobby and Matchmaking real-time messages, invoked by the hub to deliver payloads from subscribed resources.

<Note>
  The REST and SignalR APIs documented here are more complex than the client SDKs. Consider using the [Lobby C++ SDK](/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pflobby/pflobby_members) or [Matchmaking C++ SDK](/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pfmatchmaking/pfmatchmaking_members) instead, unless those SDKs don't meet your needs.
</Note>

Receives messages from [real-time messages
subscriptions](/services/playfab/multiplayer/real-time-messages/subscribing-to-resources).

```text theme={null}
ReceiveMessage(Message message)
```

<Tip>
  This is a SignalR client method. See [documentation on exposing client methods](https://learn.microsoft.com/en-us/aspnet/core/signalr/dotnet-client#call-client-methods-from-hub) in a SignalR client, which will be invoked by the server.
</Tip>

## Parameters

[**`Message`**](/services/playfab/multiplayer/real-time-messages/types/message)

## See also

* Type [Message](/services/playfab/multiplayer/real-time-messages/types/message)
* Client method
  [ReceiveSubscriptionChangeMessage](/services/playfab/multiplayer/real-time-messages/client-methods/receive-subscription-change-message)
* [Real-time messages SignalR Hub](/services/playfab/multiplayer/real-time-messages/signalr-hub)
* [Real-time messages for Lobby and Matchmaking APIs](/services/playfab/multiplayer/real-time-messages/overview)


## Related topics

- [ReceiveSubscriptionChangeMessage SignalR client method](/services/playfab/multiplayer/real-time-messages/client-methods/receive-subscription-change-message.md)
- [Real-time messages SignalR Hub](/services/playfab/multiplayer/real-time-messages/signalr-hub.md)
- [Message real-time messages type](/services/playfab/multiplayer/real-time-messages/types/message.md)
- [AddEntityToSession SignalR server method](/services/playfab/multiplayer/real-time-messages/server-methods/add-entity-to-session.md)
- [SubscriptionChangeMessage real-time messages type](/services/playfab/multiplayer/real-time-messages/types/subscription-change-message.md)
