ExternalDelayingExplorer.RTCDBSchedulerState.Clone C# (CSharp) Method

Clone() public method

public Clone ( bool isCloneForFrontier ) : ZingerSchedulerState
isCloneForFrontier bool
return Microsoft.Zing.ZingerSchedulerState
        public override ZingerSchedulerState Clone(bool isCloneForFrontier)
        {
            RTCDBSchedulerState cloned = new RTCDBSchedulerState(this);
            return cloned;
        }