Replies: 1 comment 1 reply
|
Please convert this to an Issue instead of a discussion. It's a good suggestion |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
public interface IConfigurationGrarin : IGrainWithSingleton
{
...
}
var singleton = GrainFactory.GetGrain<IConfigurationGrarin>();
All reactions