다음을 통해 공유


GrainIdKeyExtensions.GetIntegerKey 메서드

정의

오버로드

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입니다.

적용 대상