RetrieveRequestHandler<TRow,TRetrieveRequest,TRetrieveResponse>.StateBag property

namespace: Serenity.Services   assemblySerenity.Net.Services

A state bag for behaviors to preserve state among their methods. It will be cleared before each request, e.g. Process call.

public IDictionary<string, object> StateBag { get; }

See Also