Candor.Tasks.ServiceProcess.ServiceMonitorWorkerRoleTask.IsMonitorEnabled C# (CSharp) 메소드

IsMonitorEnabled() 보호된 메소드

Possible expansion point to disable the service monitor at preconfigured times.
protected IsMonitorEnabled ( ) : bool
리턴 bool
        protected virtual bool IsMonitorEnabled()
        {
            return true;
        }