[This is preliminary documentation and is subject to change.]
Defines a base provider that stores objects for ObjectStoreService class
System Object NFX DisposableObject NFX.ApplicationModel ApplicationComponent NFX.ServiceModel Service NFX.ServiceModel Service ObjectStoreService NFX.ApplicationModel.Volatile ObjectStoreProvider NFX.ApplicationModel.Volatile FileObjectStoreProvider NFX.ApplicationModel.Volatile NOPObjectStoreProviderNamespace: NFX.ApplicationModel.VolatileAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public abstract class ObjectStoreProvider : Service<ObjectStoreService>
public abstract class ObjectStoreProvider : Service<ObjectStoreService>
Public MustInherit Class ObjectStoreProvider
Inherits Service(Of ObjectStoreService)
Public MustInherit Class ObjectStoreProvider
Inherits Service(Of ObjectStoreService)
public ref class ObjectStoreProvider abstract : public Service<ObjectStoreService^>
public ref class ObjectStoreProvider abstract : public Service<ObjectStoreService^>
[<AbstractClassAttribute>]
type ObjectStoreProvider =
class
inherit Service<ObjectStoreService>
end
[<AbstractClassAttribute>]
type ObjectStoreProvider =
class
inherit Service<ObjectStoreService>
end