public interface IPluginSync<T>
where T : class
Public Interface IPluginSync(Of T As Class)generic<typename T>
where T : ref class
public interface class IPluginSynctype IPluginSync<'T when 'T : not struct> = interface end| Apply(ActionT) | Gets exclusive access to the resource and applies the specified action to it. |
| ApplyTResult(PluginSyncHandlerT, TResult) | Gets exclusive access to the resource and applies the specified handler to it. |