OnMessageReceived(string)
Implementations of CacheSynchronizer must call this method when an invalidation message is received.
Declaration
protected void OnMessageReceived(string message)Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The serialized invalidation message. |