次の方法で共有


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

戻り値

適用対象