C# Class Microsoft.WindowsAzure.Commands.Common.ConcurrentQueueExtensions

Show file Open project: Azure/azure-powershell

Public Methods

Method Description
CheckAndEnqueue ( this queue, string item ) : void

Method Details

CheckAndEnqueue() public static method

public static CheckAndEnqueue ( this queue, string item ) : void
queue this
item string
return void