Interface ICoreSessionHandle
A handle to a reference counted core session.
public interface ICoreSessionHandle : ICoreSession, IDisposable
- Inherited Members
Methods
Fork()
Increments the reference count of the underlying session and returns a new handle to it.
ICoreSessionHandle Fork()
Returns
- ICoreSessionHandle
A new handle.
- See Also