Server.Items.BaseInstrument.InternalTimer.OnTick C# (CSharp) Method

OnTick() protected method

protected OnTick ( ) : void
return void
			protected override void OnTick()
			{
				m_From.EndAction( typeof( BaseInstrument ) );
			}
		}
BaseInstrument.InternalTimer