다음을 통해 공유


UniqueKey.NewSystemTargetKey 메서드

정의

오버로드

NewSystemTargetKey(Int16)
NewSystemTargetKey(Guid, Int64)

NewSystemTargetKey(Int16)

public static Orleans.Runtime.UniqueKey NewSystemTargetKey (short systemId);
static member NewSystemTargetKey : int16 -> Orleans.Runtime.UniqueKey
Public Shared Function NewSystemTargetKey (systemId As Short) As UniqueKey

매개 변수

systemId
Int16

반환

적용 대상

NewSystemTargetKey(Guid, Int64)

public static Orleans.Runtime.UniqueKey NewSystemTargetKey (Guid guid, long typeData);
static member NewSystemTargetKey : Guid * int64 -> Orleans.Runtime.UniqueKey
Public Shared Function NewSystemTargetKey (guid As Guid, typeData As Long) As UniqueKey

매개 변수

guid
Guid
typeData
Int64

반환

적용 대상