Table of Contents

Struct MessageBrokerServerStorageLoadingEvent

Namespace
LfrlAnvil.MessageBroker.Server.Events
Assembly
LfrlAnvil.MessageBroker.Server.dll

Represents an event emitted by MessageBrokerServer when data storage is about to start being loaded.

public readonly struct MessageBrokerServerStorageLoadingEvent
Inherited Members

Properties

Directory

Directory from which the data will be loaded.

public string Directory { get; }

Property Value

string

Source

Event source.

public MessageBrokerServerEventSource Source { get; }

Property Value

MessageBrokerServerEventSource

Methods

ToString()

Returns a string representation of this MessageBrokerServerStorageLoadingEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.