DistributedResourceQueueItem constructor

DistributedResourceQueueItem(
  1. DistributedResource resource,
  2. DistributedResourceQueueItemType type,
  3. dynamic value,
  4. int index,
)

Implementation

DistributedResourceQueueItem(this.resource, this.type, this.value, this.index)
{

}