OnRingInstanceStopping is called while the lifecycler is stopping. The lifecycler will continue to hearbeat the ring the this function is executing and will proceed to unregister the instance from the ring only after this function has returned.
(lifecycler *BasicLifecycler)
| 32 | // will continue to hearbeat the ring the this function is executing and will proceed |
| 33 | // to unregister the instance from the ring only after this function has returned. |
| 34 | OnRingInstanceStopping(lifecycler *BasicLifecycler) |
| 35 | |
| 36 | // OnRingInstanceHeartbeat is called while the instance is updating its heartbeat |
| 37 | // in the ring. |
no outgoing calls
no test coverage detected