Interface IReadBindingHandle
Represents a handle to a read binding.
public interface IReadBindingHandle : IReadBinding, IBinding, IDisposable
- Inherited Members
Methods
Fork()
Returns a new handle to the underlying read binding.
IReadBindingHandle Fork()
Returns
- IReadBindingHandle
A read binding handle.