AccidentalFish.ApplicationSupport.Powershell.AsyncPSCmdlet.ProcessRecordAsync C# (CSharp) Method

ProcessRecordAsync() protected method

protected ProcessRecordAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task
        protected virtual Task ProcessRecordAsync()
        {
            return Task.Delay(0);
        }