C# Class Cedar.CedarAppStore

Initiates Cedar Application
There should be only one instance for this class across the application lifecycle. This class follows singleton pattern to provide single instance approach
Afficher le fichier Open project: Vadi/Cedar

Méthodes publiques

Méthode Description
CedarAppStore ( ) : System
GetContextOf ( string appName ) : AppContext

Creates a context for a given application

Method Details

CedarAppStore() public méthode

public CedarAppStore ( ) : System
Résultat System

GetContextOf() public méthode

Creates a context for a given application
public GetContextOf ( string appName ) : AppContext
appName string
Résultat AppContext