Interface ISharedResource
Namespace: PoeShared.Services
Assembly: PoeShared.dll
Syntax
public interface ISharedResource : IDisposable, INotifyPropertyChanged
Properties
Name | Description |
---|---|
IsDisposed | |
IsReadLockHeld | |
IsWriteLockHeld | |
RefCount |
Methods
Name | Description |
---|---|
AddResource(Action) | |
AddResource(IDisposable) | |
RentReadLock() | |
RentWriteLock() | |
TryRent() |
Extension Methods
NotifyPropertyChangedExtensions.GetPropertyName<TObject, T1>(TObject, Expression<Func<TObject, T1>>)