GrainAddress Class
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.
Represents an entry in a IGrainDirectory
public class GrainAddress
type GrainAddress = class
Public Class GrainAddress
- Inheritance
-
GrainAddress
Constructors
GrainAddress() |
Properties
ActivationId |
Id of the specific Grain activation |
GrainId |
Identifier of the Grain |
MembershipVersion |
The membership version at the time this registration was created. |
SiloAddress |
Address of the silo where the grain activation lives |
Methods
Equals(Object) | |
GetHashCode() | |
Matches(GrainAddress) |
Two grain addresses match if they are equal ignoring their MembershipVersion value. |