GrainReferenceKeyInfo.TargetSilo 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.
Target silo. Only applicable if HasTargetSilo is true.
public (System.Net.IPEndPoint endpoint, int generation) TargetSilo { get; }
member this.TargetSilo : ValueTuple<System.Net.IPEndPoint, int>
Public ReadOnly Property TargetSilo As ValueTuple(Of IPEndPoint, Integer)
Property Value
Remarks
In most cases, is (null, 0)
.