Amazon.Runtime.Internal.Util.Timing.Stop C# (CSharp) Method

Stop() public method

Stops timing
public Stop ( long currentTime ) : void
currentTime long
return void
        public void Stop(long currentTime)
        {
            endTime = currentTime;
            IsFinished = true;
        }