NotifyStateManagerRebuildEventArgs Class
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.
Provides data for the StateManagerChanged event caused by a rebuild. Commonly called during recovery, restore and end of copy.
public class NotifyStateManagerRebuildEventArgs : Microsoft.ServiceFabric.Data.Notifications.NotifyStateManagerChangedEventArgs
type NotifyStateManagerRebuildEventArgs = class
inherit NotifyStateManagerChangedEventArgs
Public Class NotifyStateManagerRebuildEventArgs
Inherits NotifyStateManagerChangedEventArgs
- Inheritance
Constructors
NotifyStateManagerRebuildEventArgs(IAsyncEnumerable<IReliableState>) |
Initializes a new instance of the |
Properties
Action |
Gets the action that caused the event. (Inherited from NotifyStateManagerChangedEventArgs) |
ReliableStates |
Enumerable of all the new state providers now in the State Manager. |
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET