Microsoft.Silverlight.Testing.Harness.CompositeWorkItem.WorkItemComplete C# (CSharp) Method

WorkItemComplete() protected method

Work items must call this method to indicate completion of the work item; in turn fires the Complete event delegates.
protected WorkItemComplete ( ) : void
return void
        protected override void WorkItemComplete()
        {
            base.WorkItemComplete();
            OnComplete(EventArgs.Empty);
        }