SIL.FieldWorks.CacheLight.RealDataCache.GetActionHandler C# (CSharp) Method

GetActionHandler() public method

Member GetActionHandler
public GetActionHandler ( ) : IActionHandler
return IActionHandler
		public IActionHandler GetActionHandler()
		{
			CheckDisposed();

			return m_actionhandler;
		}