Adf.Web.Process.WebViewProvider.DeactivateView C# (CSharp) Method

DeactivateView() public method

Deactivates a view. Currently nothing is being done.
public DeactivateView ( ITask task ) : void
task ITask The , the corresponding view /// of which is to deactivate.
return void
        public void DeactivateView(ITask task, params object[] p)
        {
        }