sample/ExtensionsSample/Models/CustomQueueInput.cs (8 lines of code) (raw):
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
namespace ExtensionsSample.Models
{
public class CustomQueueInput
{
public bool IsCompleted { get; set; }
}
}