PrimaryBasedLogViewAdaptor<TLogView,TLogEntry,TSubmissionEntry>.OnConfigurationChange 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.
Called when configuration of the multicluster is changing.
protected virtual System.Threading.Tasks.Task OnConfigurationChange (Orleans.MultiCluster.MultiClusterConfiguration next);
abstract member OnConfigurationChange : Orleans.MultiCluster.MultiClusterConfiguration -> System.Threading.Tasks.Task
override this.OnConfigurationChange : Orleans.MultiCluster.MultiClusterConfiguration -> System.Threading.Tasks.Task
Protected Overridable Function OnConfigurationChange (next As MultiClusterConfiguration) As Task