<PackageReference Include="System.ServiceModel.Primitives" Version="6.2.0" />
System.ServiceModel.Channels.Guard
namespace System.
ServiceModel.
Channels
{
internal sealed class Guard
{
public Guard();
public Guard(
int maxCount);
public void Abort();
public Task CloseAsync(
TimeSpan timeout);
public bool Enter();
public void Exit();
}
}