Interface IETagProvider
Provides an ETag.
Namespace: OpenServiceBroker.Catalogs
Assembly: OpenServiceBroker.Server.dll
Syntax
public interface IETagProvider
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 (").
Declaration
string ETag { get; }
Property Value
Type | Description |
---|---|
String |