LogConsistencyProviderAttribute
public LogConsistencyProviderAttribute() Initializes a new instance of the
LogConsistencyProviderAttribute class. Specifying [Orleans.Providers.LogConsistencyProvider] property is recommended for all grains that derive from LogConsistentGrain, such as JournaledGrain. If no [Orleans.Providers.LogConsistencyProvider] attribute is specified, then the runtime tries to locate one as follows. First, it looks for a "Default" provider in the configuration file, then it checks if the grain type defines a default. If a consistency provider cannot be located for this grain, then the grain will fail to load into the Silo.
public LogConsistencyProviderAttribute()LogConsistencyProviderAttribute class.