Silo.UpdateStreamProviders 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.
Load and initialize newly added stream providers. Remove providers that are not on the list that's being passed in.
public System.Threading.Tasks.Task UpdateStreamProviders (System.Collections.Generic.IDictionary<string,Orleans.Runtime.Configuration.ProviderCategoryConfiguration> streamProviderConfigurations);
member this.UpdateStreamProviders : System.Collections.Generic.IDictionary<string, Orleans.Runtime.Configuration.ProviderCategoryConfiguration> -> System.Threading.Tasks.Task
Public Function UpdateStreamProviders (streamProviderConfigurations As IDictionary(Of String, ProviderCategoryConfiguration)) As Task
Parameters
- streamProviderConfigurations
- IDictionary<String,ProviderCategoryConfiguration>