PlacementTarget Struct
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.
Describes a placement target, which is a grain as well as context regarding the request which is triggering grain placement.
public struct PlacementTarget
public readonly struct PlacementTarget
type PlacementTarget = struct
Public Structure PlacementTarget
- Inheritance
-
PlacementTarget
Constructors
Properties
GrainIdentity |
Gets the grain being targeted. |
InterfaceId | |
InterfaceType |
Gets the interface type of the interface which is being called on the grain which triggered this placement request. |
InterfaceVersion |
Gets the interface version being requested. |
IsClient | |
RequestContextData |
Gets the RequestContext dictionary for the request which triggered placement. |