NewGrainServiceKey(string, long)
static
public static UniqueKey NewGrainServiceKey(string key, long typeData) Creates a grain service key with a string primary key extension.
Parameters
keystring- The primary key extension.
typeDatalong- The grain service type data.
Returns
A new grain service key.
