ObserverManager<TIdentity,TObserver>(TimeSpan, ILogger) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ObserverManager<TIdentity,TObserver> class.
public ObserverManager (TimeSpan expiration, Microsoft.Extensions.Logging.ILogger log);
new Orleans.Utilities.ObserverManager<'Identity, 'Observer> : TimeSpan * Microsoft.Extensions.Logging.ILogger -> Orleans.Utilities.ObserverManager<'Identity, 'Observer>
Public Sub New (expiration As TimeSpan, log As ILogger)
Parameters
- expiration
- TimeSpan
The expiration.
- log
- ILogger
The log.