PostSharpAPI ReferencePost­Sharp.​Patterns.​Caching.​Backends.​RedisRedis­Caching­BackendSend­Event­Async
Open sandboxFocus

RedisCachingBackend.SendEventAsync Method

SendEventAsync(String, String)

Asynchronously sends of event.

Declaration
protected Task SendEventAsync(string kind, string key)
Parameters
Type Name Description
System.String kind

Kind of event.

System.String key

Key of the item (value key or dependency key, typically).

Returns
Type Description
System.Threading.Tasks.Task

A System.Threading.Tasks.Task.