Interface IETagProvider
- Namespace
- OpenServiceBroker.Catalogs
- Assembly
- OpenServiceBroker.Server.dll
Provides an ETag.
public interface IETagProvider
- Extension Methods
Remarks
Implement this in addition to ICatalogService to enable ETag-based caching.
Properties
ETag
The current ETag of the entity this service provides. Must be enclosed in quotes (").
string ETag { get; }