Method | Description | |
---|---|---|
CreateSemaphoreSlim ( int maxParallelization ) : Nito.AsyncEx.AsyncSemaphore |
Creates the semaphore slim.
|
public static CreateSemaphoreSlim ( int maxParallelization ) : Nito.AsyncEx.AsyncSemaphore | ||
maxParallelization | int | The maximum parallelization. |
return | Nito.AsyncEx.AsyncSemaphore |