ActorConcurrencySettings.ReentrancyMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets Reentrancy mode for actor method calls.
public Microsoft.ServiceFabric.Actors.Runtime.ActorReentrancyMode ReentrancyMode { get; set; }
member this.ReentrancyMode : Microsoft.ServiceFabric.Actors.Runtime.ActorReentrancyMode with get, set
Public Property ReentrancyMode As ActorReentrancyMode
Property Value
ActorReentrancyMode for the actor method calls.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET