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)
- Source:
- 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)
매개 변수
- 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
요청되는 인터페이스 버전입니다.