Service AcceptManagerVisit Method NFX Class Library

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

Accepts a visit of a manager entity - this call is useful for periodic updates of service status, i.e. when service does not have a thread of its own it can be periodically managed by some other service through this method. The default implementation of DoAcceptManagerVisit(object, DateTime) does nothing

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

public void AcceptManagerVisit(
	Object manager,
	DateTime managerNow
)
See Also