 | InfoControllerGetInfoPublisher method |
Returns the static property of the nestet class NestedInstance (as IInfoPublisher),
which in turn calls the private constructor if no instance exists yet.
Namespace: NetEti.ApplicationControlAssembly: NetEti.InfoController (in NetEti.InfoController.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntaxpublic static IInfoPublisher GetInfoPublisher()
Public Shared Function GetInfoPublisher As IInfoPublisher
public:
static IInfoPublisher^ GetInfoPublisher()
static member GetInfoPublisher : unit -> IInfoPublisher
Return value
IInfoPublisherThe (only) valid instance of InfoController
See also