MemoryAdapterConfig.WriteProperties(Dictionary<String,String>) 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.
Utility function to convert config to property bag for use in stream provider configuration
public override void WriteProperties (System.Collections.Generic.Dictionary<string,string> properties);
override this.WriteProperties : System.Collections.Generic.Dictionary<string, string> -> unit
Public Overrides Sub WriteProperties (properties As Dictionary(Of String, String))
Parameters
- properties
- Dictionary<String,String>