PlacementTarget(GrainId, Dictionary<string, object>, GrainInterfaceType, ushort)
public PlacementTarget(GrainId grainIdentity, Dictionary<string, object> requestContextData, GrainInterfaceType interfaceType, ushort interfaceVersion) Initializes a new instance of the
PlacementTarget struct. Parameters
grainIdentityGrainId- The grain being targeted.
requestContextDataDictionary<string, object>- The
RequestContextdictionary for the request which triggered placement. interfaceTypeGrainInterfaceType- The interface being requested.
interfaceVersionushort- The interface version being requested.
