Click or drag to resize

InfoControllerPublish(Object, Object, InfoType) Method

A new message is spread via this.

Namespace: NetEti.ApplicationControl
Assembly: NetEti.InfoController (in NetEti.InfoController.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntax
public void Publish(
	
	Object? sender,
	
	Object msg,
	
	InfoType triggerInfoType
)

Parameters

sender  Object
The sender of the message
msg  Object
The (message) object to be distributed
triggerInfoType  InfoType
The message type, e.g: InfoType.Milestone

Implemented

IInfoPublisherPublish(Object, Object, InfoType)
See also