C# 클래스 AccidentalFish.ApplicationSupport.Core.Runtime.StaticComponentHostConfigurationProvider

Use this class to provide component configurations to the component host
상속: IComponentHostConfigurationProvider
파일 보기 프로젝트 열기: JamesRandall/AccidentalFish.ApplicationSupport

공개 메소드들

메소드 설명
GetConfigurationAsync ( ) : Task>

Returns the configuration

StaticComponentHostConfigurationProvider ( IEnumerable configuration ) : System.Collections.Generic

Constructor

메소드 상세

GetConfigurationAsync() 공개 메소드

Returns the configuration
public GetConfigurationAsync ( ) : Task>
리턴 Task>

StaticComponentHostConfigurationProvider() 공개 메소드

Constructor
public StaticComponentHostConfigurationProvider ( IEnumerable configuration ) : System.Collections.Generic
configuration IEnumerable A collection of component configurations
리턴 System.Collections.Generic