BuildIt.Lifecycle.ApplicationRegion.RequestClose C# (CSharp) Method

RequestClose() public method

public RequestClose ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task
        public virtual async Task RequestClose()
#pragma warning restore 1998
        {
            OnCloseRegion();
        }