GlobalConfiguration.SeedNodes Property
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.
SeedNodes are only used in local development setting with LivenessProviderType.MembershipTableGrain SeedNodes are never used in production.
public System.Collections.Generic.IList<System.Net.IPEndPoint> SeedNodes { get; }
member this.SeedNodes : System.Collections.Generic.IList<System.Net.IPEndPoint>
Public ReadOnly Property SeedNodes As IList(Of IPEndPoint)