Click or drag to resize

IInfoPublisherPublish(Object, Object) method

A new message of type InfoType.Info is distributed via this.

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

Parameters

sender  Object
The sender of the message
msg  Object
The (message) object to be distributed
See also