c# - Use of ref or out in Actor interface methods -


service fabric reliable actors mentions

actor interface methods must not have out, ref, or optional parameters.

even when ref or out used in stateless service fabric service remotinglistener, led me comexception.

but find detailed explanation why not use them in actor interface methods. can please explain?


Comments

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

minify - Minimizing css files -