CreateReference(GrainId, GrainInterfaceType)
public GrainReference CreateReference(GrainId grainId, GrainInterfaceType interfaceType) Creates a grain reference pointing to the specified grain id and implementing the specified grain interface type.
Parameters
grainIdGrainId- The grain id.
interfaceTypeGrainInterfaceType- The grain interface type.
Returns
A new grain reference.
