Akka.Persistence.Sql.Common.Snapshot.SqlSnapshotStore.PostStop C# (CSharp) 메소드

PostStop() 보호된 메소드

protected PostStop ( ) : void
리턴 void
        protected override void PostStop()
        {
            base.PostStop();

            // stop all operations executed in the background
            _pendingRequestsCancellation.Cancel();
        }