Exemplo n.º 1
0
 /// <summary>
 /// Stop this Orleans silo executing.
 /// </summary>
 public void Stop()
 {
     logger.Info(ErrorCode.Runtime_Error_100290, "Stopping {0}", this.GetType().FullName);
     serviceRuntimeWrapper.UnsubscribeFromStoppingNotification(this, HandleAzureRoleStopping);
     host.ShutdownSilo();
     logger.Info(ErrorCode.Runtime_Error_100291, "Orleans silo '{0}' shutdown.", host.Name);
 }