RedisCachingBackend.SendEventAsync Method |
Asynchronously sends of event.
Namespace: PostSharp.Patterns.Caching.Backends.Redis
Assembly: PostSharp.Patterns.Caching.Backends.Redis (in PostSharp.Patterns.Caching.Backends.Redis.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
protected Task SendEventAsync( string kind, string key )
Parameters
- kind
- Type: System.String
Kind of event. - key
- Type: System.String
Key of the item (value key or dependency key, typically).
Return Value
Type: TaskA Task.