JobProducerTypeAttributeConstructor

Cambiar al Manual
public JobProducerTypeAttribute (Type producerType);

Parámetros

producerTypeThe type containing a static method named "Execute" method which is the method invokes by the job system.

Descripción