Table of Contents

Interface ILastModifiedProvider

Namespace
OpenServiceBroker.Catalogs
Assembly
OpenServiceBroker.Server.dll

Provides a last modified timestamp.

public interface ILastModifiedProvider
Extension Methods

Remarks

Implement this in addition to ICatalogService to enable timestamp-based caching.

Properties

LastModified

The last time the entity this service provides was modified.

DateTimeOffset LastModified { get; }

Property Value

DateTimeOffset