Table of Contents

Class DispatchRequest

Namespace
Arbiter.CommandQuery.Dispatcher
Assembly
Arbiter.CommandQuery.dll

A request to be dispatched.

public class DispatchRequest
Inheritance
DispatchRequest
Inherited Members

Properties

Request

The request to be dispatched.

[JsonPropertyName("request")]
[JsonConverter(typeof(PolymorphicConverter<IRequest>))]
public IRequest Request { get; set; }

Property Value

IRequest