Skip to content

IRetrieveBehavior interface

namespace: Serenity.Services   assemblySerenity.Net.Services

Marker interface for retrieve behaviors that can be used as a mixin within a RetrieveRequestHandler lifecycle.

public interface IRetrieveBehavior

Remarks

All retrieve behaviors should implement either IRetrieveBehaviorSync or IRetrieveBehaviorAsync, not this interface directly.

See Also