<Code Lib>
2025 Method
Changes 0
M

ExternalEvent.CreateJournalable

Description:
Creates an instance of external event which will have the ability to record its executions in the journal.

public static ExternalEvent CreateJournalable(
	IExternalEventHandler handler
)

Return Value ExternalEvent An instance of ExternalEvent class, which will be used to invoke the event

Loading…