 | IInfoPublisherPublish(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
Syntaxvoid Publish(
Object msg
)
Sub Publish (
msg As Object
)
void Publish(
Object^ msg
)
abstract Publish :
msg : Object -> unit
Parameters
- msg Object
- The (message) object to be distributed
See also