C# Class Queue.Services.Server.QueueInstanceEventArgs

Show file Open project: breslavsky/queue Class Usage Examples

Public Properties

Property Type Description
ClientRequest DTO.ClientRequest
ClientRequestPlan DTO.ClientRequestPlan
Config DTO.Config
Event DTO.Event
Operator DTO.Operator
OperatorPlanMetrics DTO.OperatorPlanMetrics
QueuePlan DTO.QueuePlan

Property Details

ClientRequest public property

public DTO.ClientRequest ClientRequest
return DTO.ClientRequest

ClientRequestPlan public property

public DTO.ClientRequestPlan ClientRequestPlan
return DTO.ClientRequestPlan

Config public property

public DTO.Config Config
return DTO.Config

Event public property

public DTO.Event Event
return DTO.Event

Operator public property

public DTO.Operator Operator
return DTO.Operator

OperatorPlanMetrics public property

public DTO.OperatorPlanMetrics OperatorPlanMetrics
return DTO.OperatorPlanMetrics

QueuePlan public property

public DTO.QueuePlan QueuePlan
return DTO.QueuePlan