System.Data.SqlClient.TdsParser.ConstrainedTextWriter.FlushAsync C# (CSharp) Method

FlushAsync() public method

public FlushAsync ( ) : Task
return Task
            public override Task FlushAsync()
            {
                return _next.FlushAsync();
            }