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

WorkItemCompleteInternal() private method

Internal-only version which can be called during a test completion through the relation - not necessarily the best design; events may make more sense long-term.
private WorkItemCompleteInternal ( ) : void
return void
        internal virtual void WorkItemCompleteInternal()
        {
            WorkItemComplete();
        }