Table of Contents

Class ResourceSessionEventArgs

Namespace
XENBIT.ResQueServe.Core.Models
Assembly
RQS.Core.dll

Represents event arguments for an event involving a resource.

public class ResourceSessionEventArgs : SessionEventArgs
Inheritance
ResourceSessionEventArgs
Inherited Members

Properties

Resource

Gets or sets the resource involved in the session event.

public required IUnitResource Resource { get; init; }

Property Value

IUnitResource