ADLTest.AbstractCloudeoServiceTest.awaitRendererResult C# (CSharp) Method

awaitRendererResult() protected method

protected awaitRendererResult ( string method = "", int timeout = 2000 ) : RenderingWidget
method string
timeout int
return ADL.RenderingWidget
        protected RenderingWidget awaitRendererResult(string method = "", int timeout = 2000)
        {
            waitAndCheckError(method, timeout);
            return _renderingWidgetResult;
        }