Microsoft.Ccr.Core.IterativeTask.IterativeTask C# (CSharp) Method

IterativeTask() public method

public IterativeTask ( IteratorHandler handler ) : System
handler IteratorHandler
return System
        public IterativeTask(IteratorHandler handler)
        {
            if (handler == null)
                throw new ArgumentNullException ("handler");
            this.handler = handler;
        }