Click or drag to resize

IApplicationIdentityListFind Method

Return application corresponding to guid, version

Namespace:  EBP.Framework.Common.Interfaces.Host
Assembly:  EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
IApplicationIdentity Find(
	IApplicationIdentity applicationIdentity
)

Parameters

applicationIdentity
Type: EBP.Framework.Common.Interfaces.HostIApplicationIdentity
Application to find

Return Value

Type: IApplicationIdentity
the first matching application identity, if any; otherwise, null.
See Also