 | InfoControllerPublish(Object) method |
This is used to distribute a new message of type InfoType.Info with sender null.
Namespace: NetEti.ApplicationControlAssembly: NetEti.InfoController (in NetEti.InfoController.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntaxpublic void Publish(
Object msg
)
Public Sub Publish (
msg As Object
)
public:
virtual void Publish(
Object^ msg
) sealed
abstract Publish :
msg : Object -> unit
override Publish :
msg : Object -> unit
Parameters
- msg Object
- The (message) object to be distributed
Implemented
IInfoPublisherPublish(Object)
See also