C# Class LogStreamer.LogStreamerConfiguration

Provide configuration defaults and a factory method to produce a config abstraction based on a given URI.
Datei anzeigen Open project: StarcounterPrefabs/LogStreamer

Public Properties

Property Type Description
DefaultServiceUri string

Public Methods

Method Description
CleanUri ( string s ) : string
Load ( string sourceUri, string explicitUpstreamUri ) : ILogStreamerConfiguration

Method Details

CleanUri() public static method

public static CleanUri ( string s ) : string
s string
return string

Load() public static method

public static Load ( string sourceUri, string explicitUpstreamUri ) : ILogStreamerConfiguration
sourceUri string
explicitUpstreamUri string
return ILogStreamerConfiguration

Property Details

DefaultServiceUri public_oe static_oe property

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