UniqueKey.NewGrainServiceKey Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
NewGrainServiceKey(Int16, Int64) | |
NewGrainServiceKey(String, Int64) |
NewGrainServiceKey(Int16, Int64)
public static Orleans.Runtime.UniqueKey NewGrainServiceKey (short key, long typeData);
static member NewGrainServiceKey : int16 * int64 -> Orleans.Runtime.UniqueKey
Public Shared Function NewGrainServiceKey (key As Short, typeData As Long) As UniqueKey
Parameters
- key
- Int16
- typeData
- Int64
Returns
Applies to
NewGrainServiceKey(String, Int64)
public static Orleans.Runtime.UniqueKey NewGrainServiceKey (string key, long typeData);
static member NewGrainServiceKey : string * int64 -> Orleans.Runtime.UniqueKey
Public Shared Function NewGrainServiceKey (key As String, typeData As Long) As UniqueKey
Parameters
- key
- String
- typeData
- Int64