1 implementation of Increment
OrleansServer (1)
Program.cs (1)
24
public async ValueTask<int>
Increment
()
1 reference to Increment
OrleansClient (1)
Program.cs (1)
20
return await grain.
Increment
();