PlacementTarget Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
PlacementTarget(IGrainIdentity, Int32, UInt16)
public PlacementTarget (Orleans.Core.IGrainIdentity grainIdentity, int interfaceId, ushort interfaceVersion);
new Orleans.Runtime.Placement.PlacementTarget : Orleans.Core.IGrainIdentity * int * uint16 -> Orleans.Runtime.Placement.PlacementTarget
Public Sub New (grainIdentity As IGrainIdentity, interfaceId As Integer, interfaceVersion As UShort)
Parameter
- grainIdentity
- IGrainIdentity
- interfaceId
- Int32
- interfaceVersion
- UInt16
Gilt für:
PlacementTarget(IGrainIdentity, Dictionary<String,Object>, Int32, UInt16)
- Quelle:
- PlacementTarget.cs
public PlacementTarget (Orleans.Core.IGrainIdentity grainIdentity, System.Collections.Generic.Dictionary<string,object> requestContextData, int interfaceId, ushort interfaceVersion);
new Orleans.Runtime.Placement.PlacementTarget : Orleans.Core.IGrainIdentity * System.Collections.Generic.Dictionary<string, obj> * int * uint16 -> Orleans.Runtime.Placement.PlacementTarget
Public Sub New (grainIdentity As IGrainIdentity, requestContextData As Dictionary(Of String, Object), interfaceId As Integer, interfaceVersion As UShort)
Parameter
- grainIdentity
- IGrainIdentity
- requestContextData
- Dictionary<String,Object>
- interfaceId
- Int32
- interfaceVersion
- UInt16
Gilt für:
PlacementTarget(GrainId, Dictionary<String,Object>, GrainInterfaceType, UInt16)
Initialisiert eine neue Instanz der PlacementTarget-Struktur.
public PlacementTarget (Orleans.Runtime.GrainId grainIdentity, System.Collections.Generic.Dictionary<string,object> requestContextData, Orleans.Runtime.GrainInterfaceType interfaceType, ushort interfaceVersion);
new Orleans.Runtime.Placement.PlacementTarget : Orleans.Runtime.GrainId * System.Collections.Generic.Dictionary<string, obj> * Orleans.Runtime.GrainInterfaceType * uint16 -> Orleans.Runtime.Placement.PlacementTarget
Public Sub New (grainIdentity As GrainId, requestContextData As Dictionary(Of String, Object), interfaceType As GrainInterfaceType, interfaceVersion As UShort)
Parameter
- grainIdentity
- GrainId
Das Ziel des Körnchens.
- requestContextData
- Dictionary<String,Object>
Das RequestContext Wörterbuch für die Anforderung, die die Platzierung ausgelöst hat.
- interfaceType
- GrainInterfaceType
Die angeforderte Schnittstelle.
- interfaceVersion
- UInt16
Die angeforderte Schnittstellenversion.