Service DoAcceptManagerVisit Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Accepts a visit from external manager. Base implementation does nothing. Override in services that need external management calls to update their state periodically, i.e. when they don't have a thread on their own

Namespace: NFX.ServiceModel
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

protected virtual void DoAcceptManagerVisit(
	Object manager,
	DateTime managerNow
)
See Also