PlacementTarget コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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)
パラメーター
- grainIdentity
- IGrainIdentity
- interfaceId
- Int32
- interfaceVersion
- UInt16
適用対象
PlacementTarget(IGrainIdentity, Dictionary<String,Object>, Int32, UInt16)
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)
パラメーター
- grainIdentity
- IGrainIdentity
- requestContextData
- Dictionary<String,Object>
- interfaceId
- Int32
- interfaceVersion
- UInt16
適用対象
PlacementTarget(GrainId, Dictionary<String,Object>, GrainInterfaceType, UInt16)
PlacementTarget 構造体の新しいインスタンスを初期化します。
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)
パラメーター
- grainIdentity
- GrainId
対象となるグレイン。
- requestContextData
- Dictionary<String,Object>
RequestContext配置をトリガーした要求のディクショナリ。
- interfaceType
- GrainInterfaceType
要求されているインターフェイス。
- interfaceVersion
- UInt16
要求されているインターフェイスのバージョン。