C# 클래스 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
파일 보기 프로젝트 열기: Vadi/Cedar

공개 메소드들

메소드 설명
CedarAppStore ( ) : System
GetContextOf ( string appName ) : AppContext

Creates a context for a given application

메소드 상세

CedarAppStore() 공개 메소드

public CedarAppStore ( ) : System
리턴 System

GetContextOf() 공개 메소드

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