ClusterConfiguration.Load(TextReader) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Loads configuration from a given input text reader.
public void Load (System.IO.TextReader input);
member this.Load : System.IO.TextReader -> unit
Public Sub Load (input As TextReader)
Parameters
- input
- TextReader
The TextReader to use.