ClusterManifestUpdate Constructor
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.
public ClusterManifestUpdate (Orleans.Metadata.MajorMinorVersion manifestVersion, System.Collections.Immutable.ImmutableDictionary<Orleans.Runtime.SiloAddress,Orleans.Metadata.GrainManifest> siloManifests, bool includesAllActiveServers);
new Orleans.Runtime.ClusterManifestUpdate : Orleans.Metadata.MajorMinorVersion * System.Collections.Immutable.ImmutableDictionary<Orleans.Runtime.SiloAddress, Orleans.Metadata.GrainManifest> * bool -> Orleans.Runtime.ClusterManifestUpdate
Public Sub New (manifestVersion As MajorMinorVersion, siloManifests As ImmutableDictionary(Of SiloAddress, GrainManifest), includesAllActiveServers As Boolean)
Parameters
- manifestVersion
- MajorMinorVersion
- siloManifests
- ImmutableDictionary<SiloAddress,GrainManifest>
- includesAllActiveServers
- Boolean