Share via


RegisterClassMiddleware<T>.Service Property

Definition

Gets or sets the object or service to add to the turn context.

public T Service { get; set; }
member this.Service : 'T with get, set
Public Property Service As T

Property Value

T

The object or service to add.

Applies to