C# 클래스 LogStreamer.LogStreamerConfiguration

Provide configuration defaults and a factory method to produce a config abstraction based on a given URI.
파일 보기 프로젝트 열기: StarcounterPrefabs/LogStreamer

공개 프로퍼티들

프로퍼티 타입 설명
DefaultServiceUri string

공개 메소드들

메소드 설명
CleanUri ( string s ) : string
Load ( string sourceUri, string explicitUpstreamUri ) : ILogStreamerConfiguration

메소드 상세

CleanUri() 공개 정적인 메소드

public static CleanUri ( string s ) : string
s string
리턴 string

Load() 공개 정적인 메소드

public static Load ( string sourceUri, string explicitUpstreamUri ) : ILogStreamerConfiguration
sourceUri string
explicitUpstreamUri string
리턴 ILogStreamerConfiguration

프로퍼티 상세

DefaultServiceUri 공개적으로 정적으로 프로퍼티

The default LogStream service URI for the current database on the current machine.
public static string DefaultServiceUri
리턴 string