PlacementTarget
struct
Namespace: Orleans.Runtime.Placement
Describes a placement target, which is a grain as well as context regarding the request which is triggering grain placement.
public readonly struct PlacementTargetConstructors
PlacementTarget(GrainId, Dictionary<string, object>, GrainInterfaceType, ushort)Initializes a new instance of thePlacementTargetstruct.
Properties
GrainIdentityGets the grain being targeted.InterfaceTypeGets the interface type of the interface which is being called on the grain which triggered this placement request.InterfaceVersionGets the interface version being requested.RequestContextDataGets theRequestContextdictionary for the request which triggered placement.
