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
Show file Open project: Vadi/Cedar

Public Methods

Method Description
CedarAppStore ( ) : System
GetContextOf ( string appName ) : AppContext

Creates a context for a given application

Method Details

CedarAppStore() public method

public CedarAppStore ( ) : System
return System

GetContextOf() public method

Creates a context for a given application
public GetContextOf ( string appName ) : AppContext
appName string
return AppContext