IPluginContextSyncStorage Property
Provides synchronized access to the storage of plug-in specific application-wide mutable data.
It is strongly recommended to avoid any synchronization primitives, especially
lock { ... }, in the delegates which are passed to the methods of
this
IPluginSyncT instance. Synchronization is already provided by
IPluginSyncT instance and misuse of synchronization
primitives may result in deadlocks.
Namespace: SMath.ExtensibilityAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
IPluginSync<IPluginStorage> SyncStorage { get; }
ReadOnly Property SyncStorage As IPluginSync(Of IPluginStorage)
Get
property IPluginSync<IPluginStorage^>^ SyncStorage {
IPluginSync<IPluginStorage^>^ get ();
}
abstract SyncStorage : IPluginSync<IPluginStorage> with get
Property Value
IPluginSyncIPluginStorage