CachingBackendEnhancer.InvalidateDependencyAsyncCore Method |
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 6.1.23.0 (6.1.23.0)

protected override Task InvalidateDependencyAsyncCore( string key, CancellationToken cancellationToken )
Parameters
- key
- Type: System.String
The dependency key. - cancellationToken
- Type: System.Threading.CancellationToken
A CancellationToken.
Return Value
Type: TaskA Task.
