Click or drag to resize

ServiceInfosCreateInstance Method

Creates a new instance of the ServiceInfos collection and loads it. If the cache metadata property is set on the application object, then the object is loaded from the cache.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static ServiceInfos CreateInstance(
	IAppContext appContext
)

Parameters

appContext
Type: NetQuarryIAppContext
The application context to use for the collection.

Return Value

Type: ServiceInfos
A new ServiceInfos collection object
See Also