Click or drag to resize
IEventDispatcherPublishT Method

[This is preliminary documentation and is subject to change.]

Publishes an event to the event system

Namespace: Netadmin.Core.Event
Assembly: Netadmin.Core (in Netadmin.Core.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
Task Publish<T>(
	T notification
)

Parameters

notification
Type: T
The event

Type Parameters

T
The type of event

Return Value

Type: Task
The task for dispatching the event
See Also