C# 클래스 Microsoft.WindowsAzure.Commands.Common.ConcurrentQueueExtensions

파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
CheckAndEnqueue ( this queue, string item ) : void

메소드 상세

CheckAndEnqueue() 공개 정적인 메소드

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