IBaseNonEventDomainRepositoryTDomainTryGet Method

[Missing <summary> documentation for "M:Casewhere.Runtime.Workflows.IBaseNonEventDomainRepository`1.TryGet(System.Guid,`0@)"]

Definition

Namespace: Casewhere.Runtime.Workflows
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
bool TryGet(
	Guid id,
	out TDomain entity
)

Parameters

id  Guid
 
entity  TDomain
 

Return Value

Boolean

[Missing <returns> documentation for "M:Casewhere.Runtime.Workflows.IBaseNonEventDomainRepository`1.TryGet(System.Guid,`0@)"]

See Also