Skip to content

RetrieveRequestHandler<TRow,TRetrieveRequest,TRetrieveResponse>.StateBag property

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