GrainIdKeyExtensions.GetIntegerKey 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
GetIntegerKey(GrainId) |
조직 키의 Int64 표현을 반환합니다. |
GetIntegerKey(GrainId, String) |
조직 키의 Int64 표현을 반환합니다. |
GetIntegerKey(GrainId)
조직 키의 Int64 표현을 반환합니다.
public static long GetIntegerKey (this Orleans.Runtime.GrainId grainId);
static member GetIntegerKey : Orleans.Runtime.GrainId -> int64
<Extension()>
Public Function GetIntegerKey (grainId As GrainId) As Long
매개 변수
- grainId
- GrainId
키를 찾을 조직입니다.
반환
Int64 이 조직의 키를 나타내는 입니다.
적용 대상
GetIntegerKey(GrainId, String)
조직 키의 Int64 표현을 반환합니다.
public static long GetIntegerKey (this Orleans.Runtime.GrainId grainId, out string? keyExt);
static member GetIntegerKey : Orleans.Runtime.GrainId * string -> int64
<Extension()>
Public Function GetIntegerKey (grainId As GrainId, ByRef keyExt As String) As Long
매개 변수
- grainId
- GrainId
조직 ID입니다.
- keyExt
- String
해당 조직에 대해 확장된 기본 키가 제공된 경우 조직 기본 키의 확장 키 부분을 반환하는 출력 매개 변수입니다.
반환
이 조직의 키를 나타내는 long입니다.