C# (CSharp) Cinchcast.Roque.Core 네임스페이스

중첩된 네임스페이스

Cinchcast.Roque.Core.Configuration

클래스들

이름 설명
DontRetryOnAttribute
Executor Executes a Job by invoking a method in a service class. - If job target type is an interface castle windsor container is used to obtain a service. - Job retries are supported by using the RetryOnAttribute or throwing a ShouldRetryException
Executor.Target
FileWatcher
InMemoryQueue in-memory queue implementation
ShouldRetryException If a job throws this exception the Worker will retry.