IEventDispatcherPublishT Method |
[This is preliminary documentation and is subject to change.]
Publishes an event to the event system
Namespace: Netadmin.Core.EventAssembly: Netadmin.Core (in Netadmin.Core.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxTask Publish<T>(
T notification
)
Function Publish(Of T) (
notification As T
) As Task
Parameters
- notification
- Type: T
The event
Type Parameters
- T
- The type of event
Return Value
Type:
TaskThe task for dispatching the event
See Also