C# Class NServiceBus.RegistryReader

Show file Open project: Particular/NServiceBus Class Usage Examples

Public Methods

Method Description
Read ( string name, string defaultValue = null ) : string

Private Methods

Method Description
ReadRegistry ( RegistryView view, string keyName, string defaultValue ) : string
ReadRegistryKeyValue ( string keyName, string defaultValue ) : string

Method Details

Read() public static method

public static Read ( string name, string defaultValue = null ) : string
name string
defaultValue string
return string