Click or drag to resize

BaseNonEventDomainRepositoryTDomain, TModel, TDomainSnapshotCommitSession Method

[Missing <summary> documentation for "M:Casewhere.Runtime.Workflows.BaseNonEventDomainRepository`3.CommitSession(System.Predicate{`0})"]


Namespace: Casewhere.Runtime.Workflows
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public virtual void CommitSession(
	Predicate<TDomain> predicate = null
)

Parameters

predicate  PredicateTDomain  (Optional)
 

Implements

IBaseNonEventDomainRepositoryTDomainCommitSession(PredicateTDomain)
See Also