Edit

Share via


GrainAddress Class

Definition

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.

Applies to