JobProducerTypeAttribute Constructor
public JobProducerTypeAttribute(Type producerType);
Parameters
| producerType | The type containing a static method named "Execute" method which is the method invokes by the job system. |
| producerType | The type containing a static method named "Execute" method which is the method invokes by the job system. |