C# 클래스 Polly.Utilities.SemaphoreSlimFactory

A factory class for the different implementations of SemaphoreSlim used by Polly.
파일 보기 프로젝트 열기: App-vNext/Polly

공개 메소드들

메소드 설명
CreateSemaphoreSlim ( int maxParallelization ) : Nito.AsyncEx.AsyncSemaphore

Creates the semaphore slim.

메소드 상세

CreateSemaphoreSlim() 공개 정적인 메소드

Creates the semaphore slim.
public static CreateSemaphoreSlim ( int maxParallelization ) : Nito.AsyncEx.AsyncSemaphore
maxParallelization int The maximum parallelization.
리턴 Nito.AsyncEx.AsyncSemaphore